FluentMigrator.PowerShell 0.1.0.16

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

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

A package to manage fluent migrations in a Visual Studio solution. Adds PowerShell commands to the Package Manager Console to wrap calls to Migrate.exe of the FluentMigrator library. (Requires the FluentMigrator package to be installed. FluentMigrator.Tools is required if the framework is .NET 3.5 or if the architecture is AMD64)

There are no supported framework assets in this 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
0.1.0.16 33,887 1/12/2016
0.1.0.15 5,870 11/23/2015
0.1.0.14 1,645 7/31/2015
0.1.0.13 1,298 7/10/2015
0.1.0.12 4,390 12/2/2014
0.1.0.11 2,359 9/19/2014
0.1.0.10 1,286 9/11/2014
0.1.0.9 3,161 8/27/2014
0.1.0.8 1,195 7/29/2014
0.1.0.7 1,139 7/29/2014
0.1.0.5 1,342 5/13/2014
0.1.0.4 6,314 1/4/2014
0.1.0.3 1,201 12/16/2013

Add `-DoNotKillExistingConnections` switch to prevent killing connections that should remain.