AliaSQL 1.3.2.417

dotnet add package AliaSQL --version 1.3.2.417
                    
NuGet\Install-Package AliaSQL -Version 1.3.2.417
                    
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="AliaSQL" Version="1.3.2.417" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AliaSQL" Version="1.3.2.417" />
                    
Directory.Packages.props
<PackageReference Include="AliaSQL" />
                    
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 AliaSQL --version 1.3.2.417
                    
#r "nuget: AliaSQL, 1.3.2.417"
                    
#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.
#addin nuget:?package=AliaSQL&version=1.3.2.417
                    
Install AliaSQL as a Cake Addin
#tool nuget:?package=AliaSQL&version=1.3.2.417
                    
Install AliaSQL as a Cake Tool

Command line database change management tool.  And a drop-in replacement for the Tarantino database deployer.

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.3.2.417 137 4/17/2015
1.3.1.227 126 2/27/2015
1.3.0.125 119 1/25/2015
1.2.0.918 223 9/18/2014
1.1.0.918 98 9/18/2014
1.0.4.1230 330 12/30/2013

Full documentation can be found at https://github.com/ClearMeasure/AliaSQL
 * version 1.2.0: Added concept of Everytime scripts for views/stored procedures/etc
 * version 1.3.0: Better handling of database drop for Azure SQL
 * version 1.3.1: Fix for issue with Rebuild command when database doesn't exist
 * version 1.3.2: Set CommandTimeout to 0 to allow long running changes