SimpleHelpers.ConfigManager
1.0.5
dotnet add package SimpleHelpers.ConfigManager --version 1.0.5
NuGet\Install-Package SimpleHelpers.ConfigManager -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleHelpers.ConfigManager" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleHelpers.ConfigManager --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleHelpers.ConfigManager, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleHelpers.ConfigManager as a Cake Addin #addin nuget:?package=SimpleHelpers.ConfigManager&version=1.0.5 // Install SimpleHelpers.ConfigManager as a Cake Tool #tool nuget:?package=SimpleHelpers.ConfigManager&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple configuration manager to get and set the values in the AppSettings section of the default configuration file (C# - Source file).
Note: this nuget package contains csharp source code and depends on Generics introduced in .Net 2.0.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.4
* Add methods to remove and getAll keys.
1.0.3
* Support to more web hosting options
1.0.2
* Adjustments to required framework assemblies
* Better documentation