ReallySimpleFeatureToggle.Web by David Whitney

<PackageReference Include="ReallySimpleFeatureToggle.Web" Version="1.1.21" />

 ReallySimpleFeatureToggle.Web 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

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ReallySimpleFeatureToggle.Web</id>
    <version>1.1.21.0</version>
    <authors>David Whitney</authors>
    <owners>Electric Head Software</owners>
    <projectUrl>https://github.com/davidwhitney/ReallySimpleFeatureToggle</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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</description>
    <summary>Web extensions for ReallySimpleFeatureToggle</summary>
    <releaseNotes>Initial release, enable by calling ReallySimpleFeature.Toggles.Configure.WithPlugin(new WebPlugin());</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>configuration feature-wall feature-configuration enabled-for-percentage feature toggle web mvt reallysimplefeaturetoggle</tags>
    <dependencies>
      <dependency id="ReallySimpleFeatureToggle" version="1.1.21.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>