SlowMonkey 1.1.1

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

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.

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
1.1.1 45,321 12/16/2014
1.1.0 1,412 11/24/2014
1.0.0 2,626 11/9/2014

Work around mono bug causing transformed config to be UTF-16 if source file is UTF-8 without UTF-8 BOM.