DotNet.MultiSourceConfiguration
0.8.0
dotnet add package DotNet.MultiSourceConfiguration --version 0.8.0
NuGet\Install-Package DotNet.MultiSourceConfiguration -Version 0.8.0
<PackageReference Include="DotNet.MultiSourceConfiguration" Version="0.8.0" />
paket add DotNet.MultiSourceConfiguration --version 0.8.0
#r "nuget: DotNet.MultiSourceConfiguration, 0.8.0"
// 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 | Versions 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. |
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,647 | 10/8/2019 |
0.7.3 | 574 | 7/2/2019 |
0.7.2 | 577 | 5/28/2019 |
0.7.1 | 693 | 2/1/2019 |
0.7.0 | 1,434 | 11/17/2017 |
0.6.0 | 883 | 11/16/2017 |
0.5.0 | 1,204 | 11/14/2017 |
0.4.1 | 1,923 | 11/2/2017 |
0.4.0 | 1,714 | 7/26/2017 |
0.3.3 | 1,094 | 6/13/2017 |
0.3.2 | 945 | 6/12/2017 |
0.3.1 | 914 | 5/12/2017 |
0.3.0 | 953 | 3/28/2017 |
0.2.1 | 922 | 3/23/2017 |
0.2.0 | 894 | 3/23/2017 |
0.1.1 | 968 | 3/22/2017 |
0.1.0 | 1,703 | 3/22/2017 |
Added the ability to specify a priority for the configuration sources.