Toyz.Settings 1.0.2

Requires NuGet 1.1 or higher.

dotnet add package Toyz.Settings --version 1.0.2
NuGet\Install-Package Toyz.Settings -Version 1.0.2
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="Toyz.Settings" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toyz.Settings --version 1.0.2
#r "nuget: Toyz.Settings, 1.0.2"
#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 Toyz.Settings as a Cake Addin
#addin nuget:?package=Toyz.Settings&version=1.0.2

// Install Toyz.Settings as a Cake Tool
#tool nuget:?package=Toyz.Settings&version=1.0.2

TSettings is a drop in replacement for the built in Settings class of C# that allows easier to use C# settings that are also able to be encrypted and other things.

Product Compatible and additional computed target framework versions.
.NET Framework net 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 (1)

Showing the top 1 popular GitHub repositories that depend on Toyz.Settings:

Repository Stars
Krutonium/Windows-10-Login-Background-Changer
Changes the Windows 10 Login Screen Background
Version Downloads Last updated
1.0.2 4,438 8/3/2015
1.0.1 1,489 8/2/2015
1.0.0 1,168 8/2/2015

Added very basic documenation in the code