SettingUtils 1.2.2
.NET Framework 3.5
Install-Package SettingUtils -Version 1.2.2
dotnet add package SettingUtils --version 1.2.2
<PackageReference Include="SettingUtils" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SettingUtils --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SettingUtils, 1.2.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SettingUtils as a Cake Addin
#addin nuget:?package=SettingUtils&version=1.2.2
// Install SettingUtils as a Cake Tool
#tool nuget:?package=SettingUtils&version=1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library for easing tasks of reading, editing, and saving settings (key/value pairs or whole files).
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- 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.
Added a brand new class that enables users to save whole files as settings.