SimpleSettings 2.0.9

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

// Install SimpleSettings as a Cake Tool
#tool nuget:?package=SimpleSettings&version=2.0.9                

Makes mapping key/value stores (appSettings, environment variables, NameValueCollections...) to POCs dead simple and highly extensible.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.9 45 3/19/2015
2.0.8 96 1/8/2015
2.0.3 412 4/29/2014
1.0.5219.18903 49 4/16/2014
1.0.5184.6354 50 3/12/2014
1.0.5184.6258 48 3/12/2014
1.0.5142.23872 48 1/29/2014
1.0.5142.20515 47 1/29/2014
1.0.5142.7685 49 1/29/2014
1.0.5141.37887 46 1/29/2014
1.0.5141.36475 46 1/29/2014
1.0.5141.372 47 1/28/2014
1.0.5140.23988 45 1/27/2014
1.0.5140.21457 48 1/27/2014
1.0.5140.19639 48 1/27/2014
1.0.5140.19165 48 1/27/2014
1.0.5140.9020 49 1/27/2014
1.0.5140.5140 46 1/27/2014
1.0.5140.978 47 1/27/2014

Initial release.  
- This has been in a production system for nearly 2 years.  The parts have been extracted for use in other projects and to reduce tight coupling from creeping in.