dbup-consolescripts 1.5.0

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

// Install dbup-consolescripts as a Cake Tool
#tool nuget:?package=dbup-consolescripts&version=1.5.0

Package Manager Console scripts for DbUp.  New-Migration [Name] and Start-Migrations commands help to make creating and running DbUp migrations easy.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on dbup-consolescripts:

Package Downloads
dbup-sqlserver-scripting

Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 224,798 8/16/2018
1.4.0 1,880 8/10/2018
1.3.0 6,471 4/4/2018
1.2.3 93,185 8/15/2017
1.2.2 1,826 8/15/2017
1.2.1 2,601 7/27/2017
1.1.2 13,404 4/7/2017
1.1.1 29,243 11/10/2016
1.1.0 2,656 10/28/2016
1.0.9 16,218 12/6/2015
1.0.8 5,027 4/12/2015
1.0.7 2,357 4/12/2015
1.0.6 12,545 4/12/2015
1.0.5 2,075 4/12/2015
1.0.4 1,979 4/12/2015
1.0.3 2,136 4/12/2015
1.0.2 2,251 4/12/2015
1.0.1 2,181 4/12/2015

v1.5.0 - Add support for .NET Core assemblies