ConfigurationInitializer 1.0.9

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

// Install ConfigurationInitializer as a Cake Tool
#tool nuget:?package=ConfigurationInitializer&version=1.0.9

configuration initializer, manage decryption and type convertion of settings public properties

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ConfigurationInitializer:

Package Downloads
ConfigurationInitializer.ServiceFabric

A framework for reading ServiceFabric configuration in a convenient and safe way

ConfigurationInitializer.Azure

Azure role configuration initializer, manage decryption and type convertion of settings public properties

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,901 12/24/2018
1.0.8 8,874 7/10/2017
1.0.7 954 7/9/2017
1.0.6 1,203 4/4/2017
1.0.5 1,219 1/13/2017
1.0.4 1,183 1/13/2017
1.0.2 1,027 1/1/2017
1.0.1 1,195 12/28/2016
1.0.0 1,538 12/28/2016

1.0.4.0 - Support .NET Framework 4.5.1.
     1.0.2.0 - Added cleaner exception handling.