iayos.core.db.deploy 2.0.3

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

// Install iayos.core.db.deploy as a Cake Tool
#tool nuget:?package=iayos.core.db.deploy&version=2.0.3

Framework to enable db migrations with an attempt at a generic, point-n-deploy DbUp-incorporated schema maintenance tool.

Product Versions
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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
2.0.3 942 9/25/2017
2.0.2 857 8/22/2017
1.0.7 814 8/16/2017
1.0.5 803 8/15/2017
1.0.4 829 6/27/2017
0.6.0 1,143 11/5/2016
0.5.0 1,133 11/1/2016
0.4.0 1,015 10/31/2016
0.3.0 884 10/29/2016
0.2.0 897 10/27/2016
0.1.0 878 10/26/2016
0.0.0 817 8/16/2017

W.I.P.!! Initial attempt to adapt some project-specific code to a more generic, reusable structure.