Orthogonal.NSettings 2.0.3

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Orthogonal.NSettings --version 2.0.3
NuGet\Install-Package Orthogonal.NSettings -Version 2.0.3
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="Orthogonal.NSettings" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orthogonal.NSettings --version 2.0.3
#r "nuget: Orthogonal.NSettings, 2.0.3"
#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 Orthogonal.NSettings as a Cake Addin
#addin nuget:?package=Orthogonal.NSettings&version=2.0.3

// Install Orthogonal.NSettings as a Cake Tool
#tool nuget:?package=Orthogonal.NSettings&version=2.0.3

Author's note: Although many frameworks already exist for working with settings, most are complicated or over engineered for simple usage scenarios. I reluctantly created NSettings because I needed a library that satisfied these specific needs: the public API is simple and obvious; the dependencies and runtime footprint are as small as possible; settings are key/value pairs and the keys may optionally be saved in named groups; the backing storage is customisable.

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
3.0.3 236 8/3/2023

Add support for int[] and long[] settings values correctly. Note that 2-0-2 has a bug using the default values of these new settings types.