DotNetConfig
APIs for handling dotnet-config compatible settings for any dotnet tool. Usage: var config = Config.Build(); var value = config.GetString("section", "subsection", "variable"); // Setting values config .SetString("section", "subsection", "variable", value) .SetBoolean("section", "subsection", "enabled", true);
Activity
- Latest release
- 2y ago
- Total releases
- 12
- Cadence
- ~12 days
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Sep 05, 2020
Releases
| Version | Released | |
|---|---|---|
1.2.0
minor
| ||
1.1.1
patch
| ||
1.1.0
minor
| ||
1.0.6
patch
| ||
1.0.5
patch
| ||
1.0.4
patch
| ||
1.0.3
initial
| ||
1.0.0-rc.3
pre
| ||
1.0.0-rc.2
pre
| ||
1.0.0-rc.1
pre
| ||
1.0.0-rc
pre
| ||
1.0.0-beta
pre
|