dbup-consolescripts
1.2.1
See the version list below for details.
dotnet add package dbup-consolescripts --version 1.2.1
NuGet\Install-Package dbup-consolescripts -Version 1.2.1
<PackageReference Include="dbup-consolescripts" Version="1.2.1" />
paket add dbup-consolescripts --version 1.2.1
#r "nuget: dbup-consolescripts, 1.2.1"
// Install dbup-consolescripts as a Cake Addin #addin nuget:?package=dbup-consolescripts&version=1.2.1 // Install dbup-consolescripts as a Cake Tool #tool nuget:?package=dbup-consolescripts&version=1.2.1
Package Manager Console scripts for DbUp. New-Migration [Name] and Start-Migrations commands help to make creating and running DbUp migrations easy.
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 | 280,215 | 8/16/2018 |
1.4.0 | 2,133 | 8/10/2018 |
1.3.0 | 7,190 | 4/4/2018 |
1.2.3 | 96,308 | 8/15/2017 |
1.2.2 | 2,050 | 8/15/2017 |
1.2.1 | 2,836 | 7/27/2017 |
1.1.2 | 14,731 | 4/7/2017 |
1.1.1 | 30,197 | 11/10/2016 |
1.1.0 | 3,011 | 10/28/2016 |
1.0.9 | 17,345 | 12/6/2015 |
1.0.8 | 5,313 | 4/12/2015 |
1.0.7 | 2,587 | 4/12/2015 |
1.0.6 | 12,832 | 4/12/2015 |
1.0.5 | 2,312 | 4/12/2015 |
1.0.4 | 2,214 | 4/12/2015 |
1.0.3 | 2,379 | 4/12/2015 |
1.0.2 | 2,506 | 4/12/2015 |
1.0.1 | 2,422 | 4/12/2015 |
v1.2.1 - Add encoding to New-Migration