sql-deploy 0.68.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package sql-deploy --version 0.68.0
                    
NuGet\Install-Package sql-deploy -Version 0.68.0
                    
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="sql-deploy" Version="0.68.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="sql-deploy" Version="0.68.0" />
                    
Directory.Packages.props
<PackageReference Include="sql-deploy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add sql-deploy --version 0.68.0
                    
#r "nuget: sql-deploy, 0.68.0"
                    
#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.
#:package sql-deploy@0.68.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=sql-deploy&version=0.68.0
                    
Install as a Cake Addin
#tool nuget:?package=sql-deploy&version=0.68.0
                    
Install as a Cake Tool

Sql Deploy targets a development/deploy environment where each database change is scripted into a "change script" that brings the database to that level/version.
Each change script represents one database version and they are executed from the "lowest" to the "highest" version sequentially. If the database is already at the version that particular change script is at, that script is skipped.
You can bring the database to a required version by supplying all change scripts up to and including that version.

It supports backups, transactions, baseline scripts, test data population...

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
0.74.0 3,234 11/22/2013
0.70.0 1,586 11/20/2013
0.69.0 1,545 11/20/2013
0.68.0 1,515 11/20/2013
0.67.0 1,562 11/20/2013
0.66.0 1,543 11/20/2013
0.65.0 1,529 11/20/2013
0.62.0 1,584 11/20/2013
0.61.0 1,577 11/20/2013
0.6.0 1,565 11/15/2013
0.5.0 1,521 11/15/2013
0.3.0 1,570 11/15/2013