FluentMigrator.Runner.Redshift
3.2.10
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.
See the version list below for details.
Requires NuGet 3.5 or higher.
Install-Package FluentMigrator.Runner.Redshift -Version 3.2.10
dotnet add package FluentMigrator.Runner.Redshift --version 3.2.10
<PackageReference Include="FluentMigrator.Runner.Redshift" Version="3.2.10" />
paket add FluentMigrator.Runner.Redshift --version 3.2.10
#r "nuget: FluentMigrator.Runner.Redshift, 3.2.10"
Release Notes
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
Dependencies
-
.NETFramework 4.6.1
- FluentMigrator.Runner.Core (>= 3.2.10)
-
.NETStandard 2.0
- FluentMigrator.Runner.Core (>= 3.2.10)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FluentMigrator.Runner.Redshift:
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 History
Version | Downloads | Last updated |
---|---|---|
3.2.15 | 7,639 | 2/19/2021 |
3.2.14 | 81 | 2/19/2021 |
3.2.11 | 43,499 | 1/9/2021 |
3.2.10 | 26,663 | 12/19/2020 |
3.2.9 | 299,219 | 8/25/2020 |
3.2.8 | 60,167 | 7/22/2020 |
3.2.7 | 141,472 | 6/8/2020 |
3.2.6 | 245,934 | 4/11/2020 |
3.2.1 | 954,064 | 4/16/2019 |
3.2.0 | 2,028 | 4/15/2019 |
3.1.3 | 638,113 | 6/25/2018 |
3.1.2 | 2,759 | 6/21/2018 |
3.1.1 | 14,029 | 6/11/2018 |
3.1.0 | 1,968 | 6/1/2018 |
3.0.0 | 20,902 | 5/7/2018 |
2.0.7 | 90,013 | 4/27/2018 |
2.0.6 | 12,405 | 4/24/2018 |
2.0.5 | 1,406 | 4/23/2018 |
2.0.4 | 568 | 4/23/2018 |
2.0.3 | 824 | 4/22/2018 |
2.0.2 | 58,047 | 4/17/2018 |
2.0.1 | 1,761 | 4/16/2018 |
2.0.0 | 2,473 | 4/15/2018 |