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.
<PackageVersion Include="HoneyBear.FluentMigrator" Version="1.6.2.12" />
                    
Directory.Packages.props
<PackageReference Include="HoneyBear.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 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.
#:package HoneyBear.FluentMigrator@1.6.2.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HoneyBear.FluentMigrator&version=1.6.2.12
                    
Install as a Cake Addin
#tool nuget:?package=HoneyBear.FluentMigrator&version=1.6.2.12
                    
Install 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 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 8,452 9/2/2016
1.6.2.11 1,367 8/5/2016
1.6.2.10 1,312 8/1/2016
1.6.2.7 1,315 7/26/2016
1.6.2.6 1,352 7/24/2016
1.6.2.5 1,472 7/11/2016
1.6.2 1,666 7/11/2016