JkhSettings 0.9.11.33
dotnet add package JkhSettings --version 0.9.11.33
NuGet\Install-Package JkhSettings -Version 0.9.11.33
<PackageReference Include="JkhSettings" Version="0.9.11.33" />
paket add JkhSettings --version 0.9.11.33
#r "nuget: JkhSettings, 0.9.11.33"
// Install JkhSettings as a Cake Addin #addin nuget:?package=JkhSettings&version=0.9.11.33 // Install JkhSettings as a Cake Tool #tool nuget:?package=JkhSettings&version=0.9.11.33
JkhSettings by Jeoffman
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
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.9.11.33 | 593 | 10/16/2021 |
0.9.11.32 | 1,418 | 3/18/2017 |
0.9.11.30 | 1,068 | 3/18/2017 |
0.9.10.26 | 1,290 | 10/9/2016 |
0.9.9.24 | 1,271 | 10/9/2016 |
0.9.8.22 | 1,281 | 10/1/2016 |
0.9.7.21 | 2,546 | 2/10/2016 |
0.9.5.19 | 1,322 | 1/19/2016 |
0.9.4.16 | 1,387 | 1/4/2016 |
0.9.3.13 | 1,330 | 12/15/2015 |
0.9.2.11 | 1,399 | 12/13/2015 |
0.9.1.9 | 1,413 | 12/3/2015 |
0.9.0.8 | 1,487 | 12/2/2015 |
**Ver 0.9.11 = Fix XML paths for settings with unfriendly names
**Ver 0.9.10 = Another fix for decrypting with a short salt
**Ver 0.9.9 = Small fixes for encryption salt too small and bad defaults
**Ver 0.9.8 = Wimpy encryption for strings
**Ver 0.9.7 = Added some path finding to FormAbout user "settings" finder/explorer
**Ver 0.9.6 = TraceListenerRtf has UninstallTraceListener and can call InstallTraceListener multiple times without duplicate messages
**Ver 0.9.5 = Prefix trace output with date+time
**Ver 0.9.4 = Fix some settings with invalid XML element names (can't start with a number and no spaces)
**Ver 0.9.3 = bugfix for invalid string[] format, add TraceSource
**Ver 0.9.2 = Refactoring, set Trace Level filter
**Ver 0.9.1 = Added FormAbout, RichTextBoxHelper, and TraceListenerRtf