FeatureSwitcher by Max Malook, Marco Rasp, Stefan Senff

<PackageReference Include="FeatureSwitcher" Version="0.6.0" />

 FeatureSwitcher 0.6.0

FeatureSwitcher is little framework build to support you when you want to introduce feature switches/toggles in your code.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>FeatureSwitcher</id>
    <version>0.6</version>
    <authors>Max Malook, Marco Rasp, Stefan Senff</authors>
    <owners>Max Malook, Marco Rasp, Stefan Senff</owners>
    <licenseUrl>http://github.com/mexx/FeatureSwitcher/raw/dev/License.txt</licenseUrl>
    <projectUrl>http://github.com/mexx/FeatureSwitcher</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>FeatureSwitcher is little framework build to support you when you want to introduce feature switches/toggles in your code.</description>
    <summary>A framework for feature toggles/switches.</summary>
    <language>en-US</language>
    <tags>feature toggle switch context business businessfeature featureswitch featuretoggle fluent</tags>
  </metadata>
</package>