DbDeployNet2 1.0.1.5

dotnet add package DbDeployNet2 --version 1.0.1.5
NuGet\Install-Package DbDeployNet2 -Version 1.0.1.5
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="DbDeployNet2" Version="1.0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbDeployNet2 --version 1.0.1.5
#r "nuget: DbDeployNet2, 1.0.1.5"
#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.
// 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/

There are no supported framework assets in this package.

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,309 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.