ReallySimpleFeatureToggle.Web 1.1.56

There is a newer version of this package available.
See the version list below for details.
dotnet add package ReallySimpleFeatureToggle.Web --version 1.1.56
NuGet\Install-Package ReallySimpleFeatureToggle.Web -Version 1.1.56
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.56" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReallySimpleFeatureToggle.Web --version 1.1.56
#r "nuget: ReallySimpleFeatureToggle.Web, 1.1.56"
#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.56

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

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 net40 is compatible.  net403 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ReallySimpleFeatureToggle.Web:

Package Downloads
ReallySimpleFeatureToggle.Web.Mvc

ASP.NET MVC extensions for RSFT - HtmlHelper extensions for RenderAction / RenderPartial that take feature config into account, Feature action filters + more

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.63 12,405 9/8/2016
1.1.61 1,134 9/7/2016
1.1.59 1,136 9/7/2016
1.1.56 13,195 6/6/2016
1.1.53 6,503 8/7/2015
1.1.51 1,737 8/6/2015
1.1.31 1,317 6/6/2015
1.1.21 2,049 10/21/2014
1.1.19 1,346 10/16/2014
1.1.15 1,357 10/15/2014
1.1.11 1,596 4/17/2014

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