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.
<PackageVersion Include="dbup-consolescripts" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="dbup-consolescripts" />
                    
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 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.
#addin nuget:?package=dbup-consolescripts&version=1.5.0
                    
Install dbup-consolescripts as a Cake Addin
#tool nuget:?package=dbup-consolescripts&version=1.5.0
                    
Install dbup-consolescripts as a Cake Tool

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 285,878 8/16/2018
1.4.0 2,155 8/10/2018
1.3.0 7,310 4/4/2018
1.2.3 96,566 8/15/2017
1.2.2 2,092 8/15/2017
1.2.1 2,876 7/27/2017
1.1.2 14,843 4/7/2017
1.1.1 30,306 11/10/2016
1.1.0 3,051 10/28/2016
1.0.9 17,477 12/6/2015
1.0.8 5,355 4/12/2015
1.0.7 2,627 4/12/2015
1.0.6 12,875 4/12/2015
1.0.5 2,352 4/12/2015
1.0.4 2,254 4/12/2015
1.0.3 2,420 4/12/2015
1.0.2 2,547 4/12/2015
1.0.1 2,462 4/12/2015

v1.5.0 - Add support for .NET Core assemblies