DbDeployNet2 1.0.1.5
dotnet add package DbDeployNet2 --version 1.0.1.5
NuGet\Install-Package DbDeployNet2 -Version 1.0.1.5
<PackageReference Include="DbDeployNet2" Version="1.0.1.5" />
paket add DbDeployNet2 --version 1.0.1.5
#r "nuget: DbDeployNet2, 1.0.1.5"
// Install DbDeployNet2 as a Cake Addin #addin nuget:?package=DbDeployNet2&version=1.0.1.5 // Install DbDeployNet2 as a Cake Tool #tool nuget:?package=DbDeployNet2&version=1.0.1.5
Database Deploy is a mechanism for scripting updates to your database. DbDeploy will evaluate a given database for the script version currently installed and then create an update script that will 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 update 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.
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 |
---|---|---|
1.0.1.5 | 26,638 | 8/25/2015 |
The current version only supports Sql Server, Sql Azure, and Oracle. Other DBMS' are not currently supported.
This version adds support for Oracle, updates the package installer, and has other bug fixes.