Femah.Core 0.1.70-beta

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

// Install Femah.Core as a Cake Tool
#tool nuget:?package=Femah.Core&version=0.1.70-beta&prerelease

Femah is a feature switching/toggling library, requiring minimal configuration.  Designed from day 1 to be enterprise scalable, our intention is to provide a robust and extensible framework to enable the .NET community to embrace the stable mainline (trunk) method of development and realise Continuous Delivery.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.70-beta 1,083 4/17/2014
0.1.68-beta 1,012 4/17/2014
0.1.66-beta 1,070 4/16/2014
0.1.51-beta 1,008 4/11/2014
0.1.47-beta 990 4/7/2014
0.1.44-beta 955 4/4/2014
0.1.43-beta 944 4/3/2014
0.1.31-beta 884 3/19/2014
0.1.29-beta 916 3/18/2014
0.1.22-beta 849 2/17/2014
0.1.21-beta 861 2/12/2014
0.1.17-beta 945 2/5/2014

We are building up to the first release of Femah, this is still beta but approaching our MVP (Minimum Viable Product), with this release we get so far.

* The Femah.Core engine as a NuGet package, compiled to .NET 3.5.
* Three built in feature switches Percentage, RoleBased and Simple.
* An in memory provider for persisting feature switch states.
* A SQL Server provider for persisting feature switch states.
* A management UI, accessible via /femah.axd/
* A <a href="https://lloydstone.github.io/femah/api.html">RESTful API</a>, accessible via <a href="http://femah-additionator.azurewebsites.net/femah.axd/api/">/femah.axd/api</a>
* A hosted test site to see how Femah works