Miracle.Settings 1.3.0

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

// Install Miracle.Settings as a Cake Tool
#tool nuget:?package=Miracle.Settings&version=1.3.0

Miracle.Settings replaces error prone local loading of AppSettings with strong typed objects. Load multiple settings into a strong typed object with two lines of codes:

ISettingsLoader settingsLoader = new SettingsLoader();
var settings = settingsLoader.Create<MyCustomSettingsClass>();

Supports nested objects, arrays, lists and dictionaries. Custom converter system supporting Enum, Guid, Timespan and Uri. Add your own converters with one line of code.

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
3.1.0 170,093 5/24/2020
3.0.5 688 1/28/2020
3.0.4 19,828 7/8/2019
3.0.3 511 7/7/2019
3.0.0 1,452 6/18/2018
3.0.0-beta1 785 4/6/2018
2.3.0 1,159 10/16/2017
2.2.0 1,060 3/6/2017
2.1.0 919 2/27/2017
2.0.0 937 2/25/2017
1.6.0 1,041 2/24/2017
1.5.0 931 2/20/2017
1.4.0 917 2/7/2017
1.3.0 1,259 8/5/2016
1.2.0 1,231 8/1/2016
1.0.0 1,191 7/22/2016

Initial version.