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.
<PackageVersion Include="JkhSettings" Version="0.9.11.33" />
                    
Directory.Packages.props
<PackageReference Include="JkhSettings" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=JkhSettings&version=0.9.11.33
                    
Install JkhSettings as a Cake Addin
#tool nuget:?package=JkhSettings&version=0.9.11.33
                    
Install JkhSettings as a Cake Tool

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 631 10/16/2021
0.9.11.32 1,505 3/18/2017
0.9.11.30 1,154 3/18/2017
0.9.10.26 1,377 10/9/2016
0.9.9.24 1,359 10/9/2016
0.9.8.22 1,367 10/1/2016
0.9.7.21 2,635 2/10/2016
0.9.5.19 1,413 1/19/2016
0.9.4.16 1,476 1/4/2016
0.9.3.13 1,420 12/15/2015
0.9.2.11 1,488 12/13/2015
0.9.1.9 1,505 12/3/2015
0.9.0.8 1,579 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