HoneyBear.FluentMigrator 1.6.2.12

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

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

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 net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.2.12 7,187 9/2/2016
1.6.2.11 1,061 8/5/2016
1.6.2.10 1,013 8/1/2016
1.6.2.7 1,010 7/26/2016
1.6.2.6 1,050 7/24/2016
1.6.2.5 1,170 7/11/2016
1.6.2 1,369 7/11/2016