Waher.Runtime.Settings by Peter Waher

<PackageReference Include="Waher.Runtime.Settings" Version="1.0.0" />

 Waher.Runtime.Settings 1.0.0

Class library that helps applications maintain a set of persistent settings.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Waher.Runtime.Settings</id>
    <version>1.0.0</version>
    <title>Waher.Runtime.Settings</title>
    <authors>Peter Waher</authors>
    <owners>Peter Waher</owners>
    <licenseUrl>https://github.com/PeterWaher/IoTGateway#license</licenseUrl>
    <projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Runtime/Waher.Runtime.Settings</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Class library that helps applications maintain a set of persistent settings.</description>
    <copyright>Copyright © Waher Data AB 2017. All rights reserved.</copyright>
    <tags>persistence settings</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="Waher.Persistence" version="1.0.0" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>