FluentMigrator 1.5.1

dotnet add package FluentMigrator --version 1.5.1
NuGet\Install-Package FluentMigrator -Version 1.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FluentMigrator" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentMigrator --version 1.5.1
#r "nuget: FluentMigrator, 1.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FluentMigrator as a Cake Addin
#addin nuget:?package=FluentMigrator&version=1.5.1

// Install FluentMigrator as a Cake Tool
#tool nuget:?package=FluentMigrator&version=1.5.1

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 Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (18)

Showing the top 5 popular GitHub repositories that depend on FluentMigrator:

Repository Stars
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
elsa-workflows/elsa-core
A .NET workflows library
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
Version Downloads Last updated
1.5.1 11,306 4/17/2015
1.5.0 7,531 2/27/2015
1.4.0 7,777 12/31/2014
1.3.1 7,354 11/18/2014
1.3.0 15,799 8/27/2014
1.2.1 5,374 7/12/2014
1.2.0 1,407 6/18/2014
1.1.2.1 11,634 1/1/2014
1.1.2 132 12/29/2013
1.1.1 3,714 6/26/2013
1.1.0 1,373 5/5/2013
1.0.6 7,050 12/31/2012
1.0.5 506 11/15/2012
1.0.4 290 10/27/2012
1.0.3 891 7/19/2012
1.0.2 472 4/25/2012
1.0.1 1,497 9/5/2011
0.9.2 92 7/24/2011
0.9.1 92 7/24/2011
0.9.0 198 1/7/2011

https://github.com/schambers/fluentmigrator/releases

Features:

   #590 - Improvements for PostgreSql provider contributed by Mladen Macanović (stsrki) [Description Fix, Sequential UUID]

Fixes:

   #600 - Migrate.exe --help doesn't work correctly contributed by (NetworKKnighT)