DotNet.MultiSourceConfiguration 0.8.0

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

// Install DotNet.MultiSourceConfiguration as a Cake Tool
#tool nuget:?package=DotNet.MultiSourceConfiguration&version=0.8.0

Library for reading configuration from multiple sources in .NET. Current sources are in memory properties, app settings file, environment variables and command line arguments. It is also possible to implement your own configuration sources (like database, consul, etcd, etc.)

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

Showing the top 1 NuGet packages that depend on DotNet.MultiSourceConfiguration:

Package Downloads
DotNet.MultiSourceConfiguration.Zookeeper

Zookeeper configuration source for the DotNet.MultiSourceConfiguration library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 4,226 10/8/2019
0.7.3 548 7/2/2019
0.7.2 552 5/28/2019
0.7.1 664 2/1/2019
0.7.0 1,276 11/17/2017
0.6.0 846 11/16/2017
0.5.0 1,158 11/14/2017
0.4.1 1,854 11/2/2017
0.4.0 1,644 7/26/2017
0.3.3 1,062 6/13/2017
0.3.2 915 6/12/2017
0.3.1 900 5/12/2017
0.3.0 926 3/28/2017
0.2.1 892 3/23/2017
0.2.0 868 3/23/2017
0.1.1 941 3/22/2017
0.1.0 1,624 3/22/2017

Added the ability to specify a priority for the configuration sources.