urbanhusky.SlowCheetah 2.5.14.1

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

// Install urbanhusky.SlowCheetah as a Cake Tool
#tool nuget:?package=urbanhusky.SlowCheetah&version=2.5.14.1

Fork of SlowCheetah with additional per-user (and configuration) transformations.
For per-user transform, name your transform-file like {file}.{configuration}.{username}.{extension}. For example: App.Debug.urbanhusky.config.
Per-user transformations are applied after per-configuration transformations (i.e. "App.Debug.config" is applied before "App.Debug.urbanhusky.config").

You can use this NuGet package to install the SlowCheetah MSBuild targets/tasks into your solution.
This can be useful for command line build scenarios as well as cases where not all your team members have installed the SlowCheetah add in.

To enable transform, you must either install the SlowCheetah Visual Studio extension (there are two versions: a preview for VS 2015 and one for older versions) and enable the transformation on the desired configuration file,
or you'll have to define <TransformOnBuild>true</TransformOnBuild> in the project file for the desired file, such as:
<ItemGroup>
 <None Include="App.config">
   <TransformOnBuild>true</TransformOnBuild>
 </None>
</ItemGroup>

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.5.14.1 10,214 8/3/2016

Fork of SlowCheetah 2.5.14 with additional "per-user" transform capabilities