FeatureToggle.Core 2.2.2

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

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

Simple, reliable feature toggles in .NET. This is a PCL core for the FeatureToggle package.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.2 1,988 12/10/2014
2.2.1 1,177 6/28/2014
2.2.0 78 6/26/2014
2.1.0 77 6/16/2014
2.0.0 98 5/3/2014

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