PeanutButter.INI by Davyd McColl

<PackageReference Include="PeanutButter.INI" Version="2.0.86" />

 PeanutButter.INI 2.0.86

A basic INI file reader/writer class

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>PeanutButter.INI</id>
    <version>2.0.86</version>
    <title>PeanutButter.INI</title>
    <authors>Davyd McColl</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">BSD-3-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/fluffynuts/PeanutButter</projectUrl>
    <description>A basic INI file reader/writer class</description>
    <summary>Provides easy-to-use access to INI files, both reading and writing. Data is exposed via a public Dictionary of Dictionaries. 
      Supports the global "empty" section, quoted values and case-insenstive section and key lookups.</summary>
    <releaseNotes></releaseNotes>
    <copyright>Copyright  2014</copyright>
    <language>en-US</language>
    <tags>ini file read write parse</tags>
    <repository type="git" url="https://github.com/fluffynuts/PeanutButter" />
  </metadata>
</package>