FluentMigrator.Tools 1.6.1

dotnet add package FluentMigrator.Tools --version 1.6.1                
NuGet\Install-Package FluentMigrator.Tools -Version 1.6.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.Tools" Version="1.6.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentMigrator.Tools --version 1.6.1                
#r "nuget: FluentMigrator.Tools, 1.6.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.Tools as a Cake Addin
#addin nuget:?package=FluentMigrator.Tools&version=1.6.1

// Install FluentMigrator.Tools as a Cake Tool
#tool nuget:?package=FluentMigrator.Tools&version=1.6.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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on FluentMigrator.Tools:

Repository Stars
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
Byndyusoft/ByndyuSoft.Dotnet.Infrastructure
Infrastructure for regular .NET projects
Version Downloads Last updated
1.6.1 1,433 11/9/2015
1.6.0 6,091 7/13/2015
1.5.1 5,681 4/17/2015
1.5.0 4,868 2/27/2015
1.4.0 4,200 12/31/2014
1.3.1 6,704 11/18/2014
1.3.0 7,869 8/27/2014
1.2.1 5,585 7/12/2014
1.2.0 2,142 6/18/2014
1.1.2.1 12,733 1/1/2014
1.1.2 312 12/29/2013
1.1.1 10,992 6/26/2013
1.1.0 5,229 5/5/2013
1.0.6 26,683 12/31/2012
1.0.5 4,030 11/15/2012
1.0.4 1,806 10/27/2012
1.0.3 6,398 7/19/2012
1.0.2 2,811 4/25/2012
1.0.1 4,824 9/5/2011