Konfiggy 1.0.5

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

// Install Konfiggy as a Cake Tool
#tool nuget:?package=Konfiggy&version=1.0.5

A tiny helper framework for providing environment-based app/web.config configurations.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.6.1 1,404 5/23/2015
1.0.5 1,127 5/9/2015
1.0.4 1,144 9/12/2014
1.0.2 1,048 9/12/2014
1.0.1 1,092 9/12/2014
1.0.0 1,142 8/12/2014

Merged tweak to allow getting values from config which does not have a environment tag, but are common for all environments. Added more comments to public-facing members.