DbDeployNet2 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/
Install-Package DbDeployNet2 -Version 1.0.1.5
dotnet add 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"
Release Notes
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.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1.5 | 22,584 | 8/25/2015 |