ReallySimpleFeatureToggle.Web 1.1.21

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

// Install ReallySimpleFeatureToggle.Web as a Cake Tool
#tool nuget:?package=ReallySimpleFeatureToggle.Web&version=1.1.21

Reconfigured RSFT for web projects - adds cookie persistence to percentaged availability rules, offers query string overrides, enhances the feature configuration evaluation context so you can build rules based around HttpContext.Current

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.21 168 10/21/2014
1.1.19 59 10/16/2014
1.1.15 57 10/15/2014
1.1.11 66 4/17/2014

Initial release, enable by calling ReallySimpleFeature.Toggles.Configure.WithPlugin(new WebPlugin());