PeanutButter.INI by Davyd McColl

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

 PeanutButter.INI 1.0.102

A basic INI file reader/writer class

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>PeanutButter.INI</id>
    <version>1.0.102</version>
    <title>PeanutButter.INI</title>
    <authors>Davyd McColl</authors>
    <owners>Davyd McColl</owners>
    <licenseUrl>https://github.com/fluffynuts/PeanutButter/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/fluffynuts/PeanutButter</projectUrl>
    <iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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 />
    <copyright>Copyright  2014</copyright>
    <language>en-US</language>
    <dependencies>
      <group targetFramework=".NETFramework4.0" />
    </dependencies>
  </metadata>
</package>