FluentMigrator.Runner 1.3.0

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

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

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.

NuGet packages (108)

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

Package Downloads
Shesha.NHibernate

Package Description

Shesha.FluentMigrator

Package Description

Miru

Package Description

HQ

This package contains the full-stack build for HQ.io.

Tofi.Framework.Data

Package Description

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on FluentMigrator.Runner:

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
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
bonesoul/CoiniumServ
Next-gen crypto currency mining pool software
Version Downloads Last updated
5.2.0 433 3/28/2024
5.1.0 64,951 2/19/2024
5.0.0 233,484 12/10/2023
3.3.2 5,818,893 1/14/2022
3.3.1 1,341,501 9/21/2021
3.3.0 340,199 8/26/2021
3.2.17 825,354 6/17/2021
3.2.16 336,949 5/19/2021
3.2.15 1,118,023 2/19/2021
3.2.14 790 2/19/2021
3.2.11 344,338 1/9/2021
3.2.10 69,273 12/19/2020
3.2.9 1,662,645 8/25/2020
3.2.8 184,806 7/22/2020
3.2.7 563,780 6/8/2020
3.2.6 663,348 4/11/2020
3.2.1 3,293,195 4/16/2019
3.2.0 4,540 4/15/2019
3.1.3 1,175,559 6/25/2018
3.1.2 3,686 6/21/2018
3.1.1 18,408 6/11/2018
3.1.0 3,422 6/1/2018
3.0.0 59,372 5/7/2018
2.0.7 288,211 4/27/2018
2.0.6 18,289 4/24/2018
2.0.5 3,482 4/23/2018
2.0.4 1,420 4/23/2018
2.0.3 1,724 4/22/2018
2.0.2 98,931 4/17/2018
2.0.1 2,937 4/16/2018
2.0.0 5,701 4/15/2018
1.6.2 1,531,520 5/31/2016
1.6.1 337,386 11/9/2015
1.6.0 141,518 7/13/2015
1.5.1 55,755 4/17/2015
1.5.0 39,577 2/27/2015
1.4.0 41,523 12/31/2014
1.3.1 15,724 11/18/2014
1.3.0 53,325 8/27/2014
1.2.1 9,660 7/12/2014
1.1.1.33 9,051 6/21/2014
1.1.1.26 40,027 1/4/2014
1.1.1.15 22,736 8/16/2013

Features:

   DB2 Support @jrackley
   Oracle Managed Data Access (.NET 4+ only) @cjundt
   Maintenance attribute, which will allow you to execute maintenance task at specific stages @ashmind
   SetExistingRowsTo fluent api addition to alter table expressions (adding columns which are not nullable) @mstancombe

Improvements:

   Passwords from connectionstrings are now masked in output @tohogan trough @tommarien
   UniqueConstraint now has params string[] as signature instead of string [] @tommarien
   Oracle : SystemMethods.CurrentDateTime @KidFashion

Bugs:

   Oracle: Sequence generation @tommarien
   Firebird: a lot of bugs should got squashed @fluffynuts @chstein