BiDaFlow.AsyncEnumerable by azyobuzin

<PackageReference Include="BiDaFlow.AsyncEnumerable" Version="0.2.2" />

 BiDaFlow.AsyncEnumerable 0.2.2

Integration with TPL Dataflow and AsyncEnumerable

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>BiDaFlow.AsyncEnumerable</id>
    <version>0.2.2</version>
    <authors>azyobuzin</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/azyobuzin/BiDaFlow</projectUrl>
    <description>Integration with TPL Dataflow and AsyncEnumerable</description>
    <tags>Parallel Dataflow</tags>
    <repository type="git" url="https://github.com/azyobuzin/BiDaFlow" commit="0ebfdccc7b72623f14a21a0e95cc723ffe59c042" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="1.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Threading.Tasks.Dataflow" version="4.6.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="System.Threading.Tasks.Dataflow" version="4.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>