Configgy: Configuration library for .NET (and .NET Core and .NET Standard).
Info
Version: | 5.0.3 |
Author(s): | David Love |
Last Update: | Thursday, December 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bungeemonkee/Configgy |
NuGet Url: | https://www.nuget.org/packages/Configgy |
Install
Install-Package Configgy
dotnet add package Configgy
paket add Configgy
Configgy Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.0.0)
- Microsoft.Extensions.Configuration.Json(>= 2.0.0)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Configuration.ConfigurationManager(>= 4.4.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Runtime.Serialization.Json(>= 4.3.0)
- System.Runtime.Serialization.Xml(>= 4.3.0)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Cng(>= 4.4.0)
Tags