FluentMigrator.Extensions.SqlServer
3.2.9
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.Extensions.SqlServer -Version 3.2.9
dotnet add package FluentMigrator.Extensions.SqlServer --version 3.2.9
<PackageReference Include="FluentMigrator.Extensions.SqlServer" Version="3.2.9" />
paket add FluentMigrator.Extensions.SqlServer --version 3.2.9
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.Abstractions (>= 3.2.9)
-
.NETStandard 2.0
- FluentMigrator.Abstractions (>= 3.2.9)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FluentMigrator.Extensions.SqlServer:
Package | Downloads |
---|---|
FluentMigrator.Runner.SqlServer
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.
|
|
FluentMigratorNHibernateGenerator
Adds a command to the package manager console to generate migrations for FluentMigrator based on NHibernate mappings.
|
|
MessageStorage.Db.MsSql
Message and Job Storage
|
|
NativoPlusStudio.AuthToken.SqlServerCaching
NativoPlusStudio.AuthToken.SqlServerCaching is part of the NativoPlusStudio.AuthToken set of libraries that can be used to store the auth token into a sql server cache and later retrieve it.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.2.11 | 2,179 | 1/9/2021 |
3.2.10 | 8,060 | 12/19/2020 |
3.2.9 | 207,955 | 8/25/2020 |
3.2.8 | 53,344 | 7/22/2020 |
3.2.7 | 120,480 | 6/8/2020 |
3.2.6 | 213,889 | 4/11/2020 |
3.2.1 | 902,983 | 4/16/2019 |
3.2.0 | 1,894 | 4/15/2019 |
3.1.3 | 637,818 | 6/25/2018 |
3.1.2 | 2,656 | 6/21/2018 |
3.1.1 | 14,210 | 6/11/2018 |
3.1.0 | 1,978 | 6/1/2018 |
3.0.0 | 20,314 | 5/7/2018 |
2.0.7 | 85,620 | 4/27/2018 |
2.0.6 | 13,926 | 4/24/2018 |
2.0.5 | 1,381 | 4/23/2018 |
2.0.4 | 512 | 4/23/2018 |
2.0.3 | 896 | 4/22/2018 |
2.0.2 | 56,282 | 4/17/2018 |
2.0.1 | 1,702 | 4/16/2018 |
2.0.0 | 2,328 | 4/15/2018 |