SSISBuild 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SSISBuild --version 2.1.1
NuGet\Install-Package SSISBuild -Version 2.1.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="SSISBuild" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SSISBuild --version 2.1.1
#r "nuget: SSISBuild, 2.1.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 SSISBuild as a Cake Addin
#addin nuget:?package=SSISBuild&version=2.1.1

// Install SSISBuild as a Cake Tool
#tool nuget:?package=SSISBuild&version=2.1.1

A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog.

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
2.3.0 67,077 3/30/2019
2.2.1 753 3/26/2019
2.2.0 584 3/20/2019
2.1.2 47,974 2/25/2017
2.1.1 924 2/25/2017
2.1.0 912 2/23/2017
2.0.0 927 2/15/2017
1.3.0 1,109 1/11/2017
1.2.0 1,111 1/10/2017
1.1.0 1,274 1/10/2017
1.0.0 1,145 1/9/2017

Fixed an issue with Powershell passing empty strings instead of nulls in parameters
Replaced parameter type for EraseSensitiveInfo from bool to SwitchParameter in Publish-SsisDeploymentPackage powershell CmdLet