FeatureToggle 2.2.2

Requires NuGet 2.8.1 or higher.

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

// Install FeatureToggle as a Cake Tool
#tool nuget:?package=FeatureToggle&version=2.2.2

Simple, reliable feature toggles in .NET

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FeatureToggle:

Repository Stars
jason-roberts/FeatureToggle
Simple, reliable feature toggles in .NET
Version Downloads Last updated
2.2.2 2,221 12/10/2014
2.2.1 1,345 6/28/2014
2.2.0 90 6/26/2014
2.1.0 86 6/16/2014
2.0.0 109 5/3/2014
1.2.0 563 2/17/2013
1.1.1 298 6/5/2012
1.1.0 184 3/18/2012
1.0.6 53 3/3/2012

WARNING: Version 2.x introduces breaking changes over 1.x. For breaking changes see https://github.com/jason-roberts/FeatureToggle/blob/master/Release-Notes.md