DotNet.MultiSourceConfiguration
0.8.0
Install-Package DotNet.MultiSourceConfiguration -Version 0.8.0
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 | 1,478 | 10/8/2019 |
0.7.3 | 384 | 7/2/2019 |
0.7.2 | 389 | 5/28/2019 |
0.7.1 | 504 | 2/1/2019 |
0.7.0 | 854 | 11/17/2017 |
0.6.0 | 655 | 11/16/2017 |
0.5.0 | 867 | 11/14/2017 |
0.4.1 | 1,038 | 11/2/2017 |
0.4.0 | 907 | 7/26/2017 |
0.3.3 | 844 | 6/13/2017 |
0.3.2 | 700 | 6/12/2017 |
0.3.1 | 688 | 5/12/2017 |
0.3.0 | 714 | 3/28/2017 |
0.2.1 | 682 | 3/23/2017 |
0.2.0 | 662 | 3/23/2017 |
0.1.1 | 724 | 3/22/2017 |
0.1.0 | 1,150 | 3/22/2017 |
Added the ability to specify a priority for the configuration sources.