FluentMigrator.PowerShell
0.1.0.12
See the version list below for details.
dotnet add package FluentMigrator.PowerShell --version 0.1.0.12
NuGet\Install-Package FluentMigrator.PowerShell -Version 0.1.0.12
<PackageReference Include="FluentMigrator.PowerShell" Version="0.1.0.12" />
paket add FluentMigrator.PowerShell --version 0.1.0.12
#r "nuget: FluentMigrator.PowerShell, 0.1.0.12"
// Install FluentMigrator.PowerShell as a Cake Addin #addin nuget:?package=FluentMigrator.PowerShell&version=0.1.0.12 // Install FluentMigrator.PowerShell as a Cake Tool #tool nuget:?package=FluentMigrator.PowerShell&version=0.1.0.12
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)
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 | 37,494 | 1/12/2016 |
0.1.0.15 | 5,902 | 11/23/2015 |
0.1.0.14 | 1,779 | 7/31/2015 |
0.1.0.13 | 1,329 | 7/10/2015 |
0.1.0.12 | 4,471 | 12/2/2014 |
0.1.0.11 | 2,394 | 9/19/2014 |
0.1.0.10 | 1,318 | 9/11/2014 |
0.1.0.9 | 3,196 | 8/27/2014 |
0.1.0.8 | 1,229 | 7/29/2014 |
0.1.0.7 | 1,172 | 7/29/2014 |
0.1.0.5 | 1,380 | 5/13/2014 |
0.1.0.4 | 6,355 | 1/4/2014 |
0.1.0.3 | 1,233 | 12/16/2013 |
Added support for -WhatIf on all commands to see proper output without actually running anything.
Added support for SQLite.