SettingsProviderNet 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SettingsProviderNet --version 1.3.1
NuGet\Install-Package SettingsProviderNet -Version 1.3.1
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="SettingsProviderNet" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SettingsProviderNet --version 1.3.1
#r "nuget: SettingsProviderNet, 1.3.1"
#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 SettingsProviderNet as a Cake Addin
#addin nuget:?package=SettingsProviderNet&version=1.3.1

// Install SettingsProviderNet as a Cake Tool
#tool nuget:?package=SettingsProviderNet&version=1.3.1

Inspired by FunnelWeb's settings provider, SettingsProvider.net lets you create Poco's which store your application settings with the ability to define defaults and metadata.

There are no supported framework assets in this 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 (2)

Showing the top 2 popular GitHub repositories that depend on SettingsProviderNet:

Repository Stars
Code52/carnac
A utility to give some insight into how you use your keyboard
Code52/DownmarkerWPF
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
Version Downloads Last updated
2.1.1 7,076 5/26/2014
2.1.0 1,834 3/28/2014
2.0.2 1,997 1/3/2014
2.0.1 1,711 1/3/2014
1.6.1 7,986 7/9/2013
1.6.0 2,932 7/9/2013
1.5.1 3,992 6/30/2012
1.5.0 3,221 6/25/2012
1.4.0 3,445 4/12/2012
1.3.1 3,406 3/14/2012
1.3.0 3,073 3/14/2012
1.2.0 2,992 3/14/2012
1.1.1 3,124 3/13/2012
1.1.0 2,893 3/13/2012
1.0.2 3,281 3/12/2012
1.0.0 1,861 3/12/2012

v1.1 - Added List and Guid support
v1.1.1 - Lists are initialised to an empty list rather than null
v1.2 - Added ResetToDefault method
v1.3 - Added settings cache (returns same instance)
v1.3.1 - ResetToDefault resets same cached instance