PK.Settings
0.5.2
dotnet add package PK.Settings --version 0.5.2
NuGet\Install-Package PK.Settings -Version 0.5.2
<PackageReference Include="PK.Settings" Version="0.5.2" />
paket add PK.Settings --version 0.5.2
#r "nuget: PK.Settings, 0.5.2"
// Install PK.Settings as a Cake Addin #addin nuget:?package=PK.Settings&version=0.5.2 // Install PK.Settings as a Cake Tool #tool nuget:?package=PK.Settings&version=0.5.2
Common logic for a generic way of accessing settings regardless of the platform and settings source that is being used
Learn more about Target Frameworks and .NET Standard.
-
- PK.Common (>= 0.5.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PK.Settings:
Package | Downloads |
---|---|
PK.Settings.AppSettings
Implementation of PK.Settings for accessing settings from the application configuration file (Web.config or App.confing) |
|
PK.Settings.StoreApps
Implementation of PK.Settings for accessing settings from the local settings or roaming setting (for Windows Store Apps) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial package containing a generic way of accessing settings in an application regardless of the target platform and settings source that is being used