MiniToggle.Core 1.0.1-rc2

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

// Install MiniToggle.Core as a Cake Tool
#tool nuget:?package=MiniToggle.Core&version=1.0.1-rc2&prerelease

MiniToggle is a minimal feature toggle library designed to be simple and quick.

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

This package has no dependencies.

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
1.0.2-rc3 990 1/30/2018
1.0.1-rc2 776 2/6/2017
1.0.0-rc1 765 2/3/2017
0.3.0-beta3 712 2/3/2017
0.2.0-beta2 1,339 3/22/2016
0.1.0-beta1 982 3/21/2016

This is the final version before the official release.  Fixed some issues with the default values of the configuration settings toggle.  Minor caching change.