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.
<PackageVersion Include="FluentMigrator" Version="1.5.1" />
                    
Directory.Packages.props
<PackageReference Include="FluentMigrator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=FluentMigrator&version=1.5.1
                    
Install FluentMigrator as a Cake Addin
#tool nuget:?package=FluentMigrator&version=1.5.1
                    
Install FluentMigrator as a Cake Tool

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 (16)

Showing the top 16 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
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
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
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
bonesoul/CoiniumServ
Next-gen crypto currency mining pool software
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
lamondlu/CoolCat
A sample about how to create a dynamic plugins mechanism with ASP.NET Core Mvc at runtime. This sample is based on .NET Core 3.1 and .NET 5
Universalis-FFXIV/Universalis
A crowdsourced market board API for FFXIV.
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
sunengine/SunEngine
SunEngine – site engine with blog, forum and articles sections features support.
anuviswan/LearningPoint
A repository for learning different technologies, frameworks, features......
SignatureBeef/Terraria-s-Dedicated-Server-Mod
TDSM - .NET and Mono compatible Terraria Server Software Mod
Version Downloads Last updated
1.5.1 11,307 4/17/2015
1.5.0 7,533 2/27/2015
1.4.0 7,779 12/31/2014
1.3.1 7,354 11/18/2014
1.3.0 15,801 8/27/2014
1.2.1 5,375 7/12/2014
1.2.0 1,408 6/18/2014
1.1.2.1 11,635 1/1/2014
1.1.2 133 12/29/2013
1.1.1 3,715 6/26/2013
1.1.0 1,374 5/5/2013
1.0.6 7,052 12/31/2012
1.0.5 508 11/15/2012
1.0.4 291 10/27/2012
1.0.3 893 7/19/2012
1.0.2 473 4/25/2012
1.0.1 1,499 9/5/2011
0.9.2 94 7/24/2011
0.9.1 94 7/24/2011
0.9.0 200 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)