ConfigManager 1.1.1
See the version list below for details.
dotnet add package ConfigManager --version 1.1.1
NuGet\Install-Package ConfigManager -Version 1.1.1
<PackageReference Include="ConfigManager" Version="1.1.1" />
paket add ConfigManager --version 1.1.1
#r "nuget: ConfigManager, 1.1.1"
// Install ConfigManager as a Cake Addin #addin nuget:?package=ConfigManager&version=1.1.1 // Install ConfigManager as a Cake Tool #tool nuget:?package=ConfigManager&version=1.1.1
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 && < 3.0.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.
Notes:
Version 1.1.1:
- Include source files and pdbs.
Version 1.1.0:
- Add a delegate to retrieve the configuration from a user defined location (ex: read config from a database).
- Add a delegate to run if the configuration file is newer than the configuration from the user defined location (ex: update database).
- Do not log an error for a missing configuration file, only if the file existed and failed to read.
Version 1.0.3:
- Update dependency version compatibility
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