FluentMigrator.Tools 1.5.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentMigrator.Tools --version 1.5.1
NuGet\Install-Package FluentMigrator.Tools -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.Tools" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentMigrator.Tools --version 1.5.1
#r "nuget: FluentMigrator.Tools, 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.Tools as a Cake Addin
#addin nuget:?package=FluentMigrator.Tools&version=1.5.1

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on FluentMigrator.Tools:

Package Downloads
BetterCms.Core

Core functionality of the publishing focused and developer friendly .NET Open source CMS.

PeanutButter.FluentMigrator The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A generic Migrations Runner for FluentMigrator so you can run in migrations within your application.

EmailSpooler.Win32Service.DB

Use this project to pull in the three required Fluent Migrations to make your database able to store emails that the PeanutButter.EmailSpooler.Win32Service service can spool for you. You will need to inherit from the following migrations and add those inherited versions to your migration strategy: * Migration_1_CreateEmail * Migration_2_CreateEmailRecipient * Migration_3_CreateEmailAttachment

BetterModules.Core

The Core module for BetterModules. BetterModules is modular architecture supporting web based and business logic modules.

Cake.FluentMigrator

FluentMigrator extension for Cake.

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
5.1.0 610 2/19/2024
5.0.0 2,489 12/10/2023
3.3.2 41,698 1/14/2022
3.3.1 9,335 9/21/2021
3.3.0 1,043 8/26/2021
3.2.17 2,832 6/17/2021
3.2.16 5,248 5/19/2021
3.2.15 8,321 2/19/2021
3.2.14 5,286 2/19/2021
3.2.11 11,466 1/9/2021
3.2.10 5,157 12/19/2020
3.2.9 7,100 8/25/2020
3.2.8 7,236 7/22/2020
3.2.7 8,526 6/8/2020
3.2.6 7,430 4/11/2020
3.2.1 27,124 4/16/2019
3.2.0 1,257 4/15/2019
3.1.3 67,483 6/25/2018
3.1.2 1,595 6/21/2018
3.1.1 1,821 6/11/2018
3.1.0 1,532 6/1/2018
3.0.0 1,931 5/7/2018
2.0.7 59,031 4/27/2018
2.0.6 14,099 4/24/2018
2.0.5 2,336 4/23/2018
2.0.3 1,339 4/22/2018
2.0.2 2,650 4/17/2018
2.0.1 1,475 4/16/2018
1.6.2 689,144 5/31/2016
1.6.1 201,088 11/9/2015
1.6.0 61,995 7/13/2015
1.5.1 33,578 4/17/2015
1.5.0 71,768 2/27/2015
1.4.0 14,632 12/31/2014
1.3.1 21,994 11/18/2014
1.3.0 68,928 8/27/2014
1.2.1 12,019 7/12/2014
1.2.0 9,550 6/18/2014
1.1.2.1 45,991 1/1/2014
1.1.2 11,296 12/29/2013
1.1.1 69,384 6/26/2013
1.1.0 12,934 5/5/2013
1.0.6 895,108 12/31/2012
1.0.5 7,157 11/15/2012
1.0.4 3,721 10/27/2012
1.0.3 9,621 7/19/2012
1.0.2 14,417 4/25/2012
1.0.1 8,888 9/5/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)