Info
Version: | 0.4.1 |
Author(s): | FriendlyX |
Last Update: | Wednesday, January 28, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FX.Configuration |
Install
Install-Package FX.Configuration
dotnet add package FX.Configuration
paket add FX.Configuration
FX.Configuration Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.6)
Tags
- you can use a standard way to read configuration from app.config or from a pure JSON configuration file.
- you can also use a mix of various configuration sources like app.config and config.json (look at the MixedConfiguration class sample).