iayos.core.db.deploy 2.0.3

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.
<PackageVersion Include="iayos.core.db.deploy" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="iayos.core.db.deploy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=iayos.core.db.deploy&version=2.0.3
                    
Install iayos.core.db.deploy as a Cake Addin
#tool nuget:?package=iayos.core.db.deploy&version=2.0.3
                    
Install iayos.core.db.deploy as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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

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 1,232 9/25/2017
2.0.2 1,060 8/22/2017
1.0.7 1,044 8/16/2017
1.0.5 1,030 8/15/2017
1.0.4 1,048 6/27/2017
0.6.0 1,372 11/5/2016
0.5.0 1,360 11/1/2016
0.4.0 1,233 10/31/2016
0.3.0 1,116 10/29/2016
0.2.0 1,117 10/27/2016
0.1.0 1,102 10/26/2016
0.0.0 1,035 8/16/2017

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