Metadata >> NuGet >> Femah.Core

Femah.Core

Metadata

Authors Lloyd Holman, Matt Hotstone
Copyrights Copyright 2014
Description 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.
IconUrl http://github.com/lloydstone/femah
LicenseUrl http://github.com/lloydstone/femah
Owners Lloyd Holman, Matt Hotstone
ProjectUrl http://github.com/lloydstone/femah
RequireLicenseAcceptance False
Summary Femah is a feature switching/toggling library, requiring minimal configuration. Enable stable mainline development.
Dependencies Newtonsoft.Json:4.5.11
PackageSize 64669
PackageHashAlgorithm SHA512
PackageHash 5bjSRhtuGc/G7Oo44lA7TPlekk3VlXWvJ8Xxf+Qr7w004rEl5IM//GdA+NqJpTnoC5Lo2im/gIpaDSt7Xggsmw==
DownloadCount 000000
CreatedDate 2014-04-17T09:04:06
ReleaseNotes 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="http://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

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Femah.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Femah.Core -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Femah.Core
Installing the package (HTTP Basic authentication):
Install-Package Femah.Core -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Femah.Core -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Femah.Core

OpenWrap

Installing the package:
o add-wrap Femah.Core
Uninstalling the package:
o remove-wrap Femah.Core

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.1.70-beta
0.1.68-beta
0.1.66-beta
0.1.0-beta
0.1.52-beta
0.1.51-beta
0.1.47-beta
0.1.44-beta