ConfigZilla 2.0.17

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

// Install ConfigZilla as a Cake Tool
#tool nuget:?package=ConfigZilla&version=2.0.17

ConfigZilla is a solution for applying transformations to *.config files across an entire solution in a quick and DRY-ish manner. It also provides a GUI for easy encrypting and decrypting of config files.

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.0.17 1,623 7/6/2014
2.0.16 1,208 6/28/2014
2.0.6 1,107 6/27/2014
2.0.1 1,368 4/13/2014
1.1.1 1,297 4/7/2014
1.1.0 1,253 4/6/2014
1.0.1 1,199 3/22/2014
1.0.0 1,205 3/22/2014

This is a minor bug fix (Issue 1 on github), to ensure that generation of the merged Xslt does not fail and stop the build even if the bin or obj folder has been completely deleted.