EasySharpIni by RileyTheFox

<PackageReference Include="EasySharpIni" Version="1.1.1" />

 EasySharpIni 1.1.1

A library designed to easily read, parse and write .ini files written in C#. Supporting conversion from strings to generic types. Supporting .NET 5-6, .NET Standard 2.1 and .NET Framework 4.6, 4.7.2 and 4.8. Works with Unity.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>EasySharpIni</id>
    <version>1.1.1</version>
    <authors>RileyTheFox</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/RileyTheFox/EasySharpIni</projectUrl>
    <description>A library designed to easily read, parse and write .ini files written in C#. Supporting conversion from strings to generic types. Supporting .NET 5-6, .NET Standard 2.1 and .NET Framework 4.6, 4.7.2 and 4.8. Works with Unity.</description>
    <tags>ini parser configuration config unity3d unity ini-parser iniparser config-file configuration-file</tags>
    <repository url="https://github.com/RileyTheFox/EasySharpIni" />
    <dependencies>
      <group targetFramework=".NETFramework4.6" />
      <group targetFramework=".NETFramework4.7.2" />
      <group targetFramework=".NETFramework4.8" />
      <group targetFramework="net5.0" />
      <group targetFramework="net6.0" />
      <group targetFramework=".NETStandard2.1" />
    </dependencies>
  </metadata>
</package>