SlowMonkey 1.1.0
See the version list below for details.
dotnet add package SlowMonkey --version 1.1.0
NuGet\Install-Package SlowMonkey -Version 1.1.0
<PackageReference Include="SlowMonkey" Version="1.1.0" />
paket add SlowMonkey --version 1.1.0
#r "nuget: SlowMonkey, 1.1.0"
// Install SlowMonkey as a Cake Addin #addin nuget:?package=SlowMonkey&version=1.1.0 // Install SlowMonkey as a Cake Tool #tool nuget:?package=SlowMonkey&version=1.1.0
SlowMonkey allows you to use the same kind of config transformations that are used in ASP.NET projects with executable and class library projects. It is inspired by Sayed Hashimi's SlowCheetah package but is designed to work with Mono's xbuild as well as .NET's MSBuild.
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.
Added ability to specify a transform file other than the one implied by the build configuration with /p:ConfigTransformFile=MyTransform.config.