JkhSettings 0.9.11.33

dotnet add package JkhSettings --version 0.9.11.33
NuGet\Install-Package JkhSettings -Version 0.9.11.33
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="JkhSettings" Version="0.9.11.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JkhSettings --version 0.9.11.33
#r "nuget: JkhSettings, 0.9.11.33"
#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 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 Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 556 10/16/2021
0.9.11.32 1,385 3/18/2017
0.9.11.30 1,044 3/18/2017
0.9.10.26 1,262 10/9/2016
0.9.9.24 1,244 10/9/2016
0.9.8.22 1,250 10/1/2016
0.9.7.21 2,521 2/10/2016
0.9.5.19 1,291 1/19/2016
0.9.4.16 1,359 1/4/2016
0.9.3.13 1,301 12/15/2015
0.9.2.11 1,373 12/13/2015
0.9.1.9 1,385 12/3/2015
0.9.0.8 1,461 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