Cfg 0.3.0

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

// Install Cfg as a Cake Tool
#tool nuget:?package=Cfg&version=0.3.0

Simple library for reading and validating appsettings with ease.

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.

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
0.3.14 10,264 1/10/2017
0.3.12 9,704 3/3/2015
0.3.11 1,307 1/14/2015
0.3.10 1,269 1/14/2015
0.3.9 1,310 8/8/2014
0.3.8 1,326 5/5/2014
0.3.3 1,495 2/10/2014
0.3.1 1,306 2/7/2014
0.3.0 1,606 11/7/2013
0.2.5 1,534 10/25/2013
0.2.0 1,565 5/31/2013
0.1.5 1,563 5/9/2013
0.1.4 1,557 4/19/2013
0.1.3 1,468 1/21/2013
0.1.2 1,467 1/21/2013
0.1.1 1,466 1/21/2013
0.1.0 3,526 1/21/2013

New Features:
Configuration interface support.
Custom validators support.
Re-usable config sections.
Major changes:
Instead of PathAttribute use PathInfo to transform string value.