DbDeployNet2 1.0.0.1

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

There are no supported framework assets in this package.

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 258 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.