Domenici.Utilities.Configuration 1.4.3

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

// Install Domenici.Utilities.Configuration as a Cake Tool
#tool nuget:?package=Domenici.Utilities.Configuration&version=1.4.3

This library allows you to create strongly-types application settings in your .NET projects.
Application settings are stored in XML files, much similar in form and intent to the appSettings tag in your web.config or app.config files.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  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.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6.1

    • 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.4.3 1,110 3/1/2017
1.4.2 1,016 1/19/2017
1.4.1 935 1/19/2017
1.4.0 1,036 1/1/2017
1.0.1 1,330 11/5/2016
1.0.0 1,324 11/5/2016

Fixed a bug that could have prevented the correct loading of items when an item existed that included the full key of another item/ For instance, it we had "MyValue" and "MyValueTrimmed", there was a possibility that retrieving key "MyValueTrimmed" could have returned "MyValue".