KeesTalksTech.Utilities.Settings
0.2.39
See the version list below for details.
dotnet add package KeesTalksTech.Utilities.Settings --version 0.2.39
NuGet\Install-Package KeesTalksTech.Utilities.Settings -Version 0.2.39
<PackageReference Include="KeesTalksTech.Utilities.Settings" Version="0.2.39" />
paket add KeesTalksTech.Utilities.Settings --version 0.2.39
#r "nuget: KeesTalksTech.Utilities.Settings, 0.2.39"
// Install KeesTalksTech.Utilities.Settings as a Cake Addin #addin nuget:?package=KeesTalksTech.Utilities.Settings&version=0.2.39 // Install KeesTalksTech.Utilities.Settings as a Cake Tool #tool nuget:?package=KeesTalksTech.Utilities.Settings&version=0.2.39
Using this is easy: 1. Create a settings class. 2. Add the settings to your .config using the convention {namespace}.{class-name}.{property-name}. 3. Create a settings object using the AppSettingsProvider.
Example .config: <appSetting><add key="KeesTalksTech.Tools.Settings.IP" value="127.0.01" /><add key="KeesTalksTech.Tools.Settings.Port" value="8080" /></appSetting>
Example C#: var settings = AppSettingsProvider.Create<Settings;
Reuse settings using $settingName$. The value of the setting will be copied. If you have a setting that actually uses a dollarsign on at the beginning and the end, it can be escaped using a $$ construction.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.2 | 1,289 | 3/14/2017 |
0.3.0 | 966 | 3/14/2017 |
0.2.39 | 6,683 | 11/22/2016 |
0.2.34 | 1,042 | 8/19/2016 |
0.2.29 | 1,067 | 8/19/2016 |
0.2.27 | 1,285 | 8/18/2016 |
0.2.25 | 994 | 8/16/2016 |
0.2.24 | 1,021 | 8/16/2016 |
0.2.23 | 1,037 | 8/16/2016 |
0.2.20 | 1,054 | 8/15/2016 |
0.2.17 | 1,021 | 8/15/2016 |
0.2.15 | 1,028 | 8/11/2016 |
0.2.14 | 1,020 | 8/11/2016 |