FluentMigrator.Runner.Hana
3.3.2
Requires NuGet 3.5 or higher.
dotnet add package FluentMigrator.Runner.Hana --version 3.3.2
NuGet\Install-Package FluentMigrator.Runner.Hana -Version 3.3.2
<PackageReference Include="FluentMigrator.Runner.Hana" Version="3.3.2" />
paket add FluentMigrator.Runner.Hana --version 3.3.2
#r "nuget: FluentMigrator.Runner.Hana, 3.3.2"
// Install FluentMigrator.Runner.Hana as a Cake Addin
#addin nuget:?package=FluentMigrator.Runner.Hana&version=3.3.2
// Install FluentMigrator.Runner.Hana as a Cake Tool
#tool nuget:?package=FluentMigrator.Runner.Hana&version=3.3.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- FluentMigrator.Runner.Core (>= 3.3.2)
-
.NETStandard 2.0
- FluentMigrator.Runner.Core (>= 3.3.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FluentMigrator.Runner.Hana:
Package | Downloads |
---|---|
FluentMigrator.Runner
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.2 | 2,224,609 | 1/14/2022 |
3.3.1 | 933,649 | 9/21/2021 |
3.3.0 | 183,262 | 8/26/2021 |
3.2.17 | 647,630 | 6/17/2021 |
3.2.16 | 231,433 | 5/19/2021 |
3.2.15 | 896,599 | 2/19/2021 |
3.2.14 | 690 | 2/19/2021 |
3.2.11 | 287,945 | 1/9/2021 |
3.2.10 | 61,962 | 12/19/2020 |
3.2.9 | 1,429,929 | 8/25/2020 |
3.2.8 | 177,359 | 7/22/2020 |
3.2.7 | 536,949 | 6/8/2020 |
3.2.6 | 537,865 | 4/11/2020 |
3.2.1 | 2,246,209 | 4/16/2019 |
3.2.0 | 4,098 | 4/15/2019 |
3.1.3 | 1,008,594 | 6/25/2018 |
3.1.2 | 3,545 | 6/21/2018 |
3.1.1 | 17,467 | 6/11/2018 |
3.1.0 | 3,156 | 6/1/2018 |
3.0.0 | 52,077 | 5/7/2018 |
2.0.7 | 207,518 | 4/27/2018 |
2.0.6 | 13,498 | 4/24/2018 |
2.0.5 | 2,526 | 4/23/2018 |
2.0.4 | 1,251 | 4/23/2018 |
2.0.3 | 1,532 | 4/22/2018 |
2.0.2 | 89,930 | 4/17/2018 |
2.0.1 | 2,718 | 4/16/2018 |
2.0.0 | 4,609 | 4/15/2018 |
Use of standard dependency injection, configuration and logging libraries.
Simplification of in-process runner configuration and instantiation.
dotnet-fm is now a global .NET Core 2.1 tool.
Minimum .NET Framework version is 4.6.1.
Details: https://github.com/fluentmigrator/fluentmigrator/releases