DotNext.IO by Roman Sakno

<PackageReference Include="DotNext.IO" Version="2.11.0" />

 DotNext.IO 2.11.0

Common API surface for decoding and encoding data from/to stream or I/O pipe.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNext.IO</id>
    <version>2.11.0</version>
    <authors>Roman Sakno</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <projectUrl>https://sakno.github.io/dotNext/</projectUrl>
    <description>Common API surface for decoding and encoding data from/to stream or I/O pipe.</description>
    <releaseNotes>https://github.com/sakno/dotNext/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © Roman Sakno 2019</copyright>
    <tags>.netstandard io pipe encoding decoding buffer pipelines stream readstring writestring</tags>
    <repository type="git" url="https://github.com/sakno/dotNext.git" commit="c4072af150554a62062a2acaa9a5ed47e4156ccd" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DotNext" version="[2.11.0, 3.0.0)" exclude="Build,Analyzers" />
        <dependency id="System.IO.Pipelines" version="4.7.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>