ConfigManager 1.0.2
See the version list below for details.
dotnet add package ConfigManager --version 1.0.2
NuGet\Install-Package ConfigManager -Version 1.0.2
<PackageReference Include="ConfigManager" Version="1.0.2" />
paket add ConfigManager --version 1.0.2
#r "nuget: ConfigManager, 1.0.2"
// Install ConfigManager as a Cake Addin #addin nuget:?package=ConfigManager&version=1.0.2 // Install ConfigManager as a Cake Tool #tool nuget:?package=ConfigManager&version=1.0.2
Binaries for the ConfigManager library.
Visit https://github.com/tejacques/ConfigManager for an overview and usage examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NLog (>= 2.0.0 && < 2.1.0)
- ServiceStack.Text (>= 3.3.0 && < 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.2:
- Add a DevMode setting. If true, ConfigManager will first check for config files ending with .dev.conf. Useful for having different settings on development.
Version 1.0.1:
- Fix a bug in updating files where the key had an incorrect substring check
Version 1.0.0:
- File handlers to automatically update config data in the running program
- Generic functions to retrieve configuration data as a strongly typed object