ReallySimpleFeatureToggle 1.1.31

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

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

A tiny C# framework for feature toggling

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ReallySimpleFeatureToggle:

Package Downloads
ReallySimpleFeatureToggle.Web

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

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 42,893 9/8/2016
1.1.61 1,383 9/7/2016
1.1.59 1,354 9/7/2016
1.1.56 2,833 6/6/2016
1.1.53 39,383 8/7/2015
1.1.51 1,976 8/6/2015
1.1.31 1,519 6/6/2015
1.1.21 9,633 10/21/2014
1.1.19 1,557 10/16/2014
1.1.15 1,548 10/15/2014
1.1.11 1,954 4/17/2014
1.0.61 1,423 3/3/2014

Added support for per-feature Availability rules.
Added support for app/web.config supplied Availability rules.
Added support for building up feature sets in code with the fluent API.
Added plugin infrastructure.