Stringier.Encodings by Patrick Kelly

<PackageReference Include="Stringier.Encodings" Version="4.0.0" />

 Stringier.Encodings 4.0.0

Really effective encoding utilities that use stream encoding/decoding like they are supposed to.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Stringier.Encodings</id>
    <version>4.0.0</version>
    <authors>Patrick Kelly</authors>
    <owners>Patrick Kelly</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">BSD-3-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
    <icon>Logo.png</icon>
    <projectUrl>https://github.com/Stringier/Encodings</projectUrl>
    <description>Really effective encoding utilities that use stream encoding/decoding like they are supposed to.</description>
    <copyright>2020</copyright>
    <tags>unicode, encoding, encodings, encoder, decoder utf, utf8, utf-8, utf16, utf-16</tags>
    <repository type="git" url="https://github.com/Stringier/Encodings" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Stringier.Rune" version="4.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>