DbDeployNet2 1.0.0.1
dotnet add package DbDeployNet2 --version 1.0.0.1
NuGet\Install-Package DbDeployNet2 -Version 1.0.0.1
<PackageReference Include="DbDeployNet2" Version="1.0.0.1" />
paket add DbDeployNet2 --version 1.0.0.1
#r "nuget: DbDeployNet2, 1.0.0.1"
// Install DbDeployNet2 as a Cake Addin #addin nuget:?package=DbDeployNet2&version=1.0.0.1 // Install DbDeployNet2 as a Cake Tool #tool nuget:?package=DbDeployNet2&version=1.0.0.1
Database Deploy is a mechanism for scripting updates to your database. DbDeploy will evaluate a given database for the script version currently installed and dynamically update the database to the latest version, based on your script files.
DbDeploy can be run as a build task, from the command line, or from many other automated deployment technologies.
DbDeploy will also create scripts that are SqlAzure friendly.
DbDeployNet2 is a codeplex open source project. You can get the source at https://dbdeploynet2.codeplex.com/
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.1 | 259 | 1/9/2014 |
The current version only supports Sql Server and Sql Azure. Other DBMS' are not currently supported.
This version fixes some issues with changing end of lines in the database scripts due to source repositories and removes the dependency on the build tasks for the samples.