DynamicConfig is a very simple to use configuration library based on the C# 4.0 dynamic feature.
Info
Version: | 1.0.0 |
Author(s): | Davide Guida |
Last Update: | Friday, May 29, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mizrael/DynamicConfig |
NuGet Url: | https://www.nuget.org/packages/DynamicConfig |
Install
Install-Package DynamicConfig
dotnet add package DynamicConfig
paket add DynamicConfig
DynamicConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.8)
Tags