Skip to content

Commit 6f19ba3

Browse files
committed
Release 0.0.1.9
1 parent bcc7e2f commit 6f19ba3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

async-enumerable-dotnet/async-enumerable-dotnet.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<LangVersion>latest</LangVersion>
88
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
9-
<Version>0.0.1.8</Version>
9+
<Version>0.0.1.9</Version>
1010
<Authors>David Karnok</Authors>
1111
<Company />
12-
<AssemblyVersion>0.0.1.8</AssemblyVersion>
13-
<FileVersion>0.0.1.8</FileVersion>
12+
<AssemblyVersion>0.0.1.9</AssemblyVersion>
13+
<FileVersion>0.0.1.9</FileVersion>
1414
<PackageTags>async, concurrency, async-enumerable, operators, async-sequence</PackageTags>
1515
<RepositoryUrl>https://github.com/akarnokd/async-enumerable-dotnet</RepositoryUrl>
1616
<PackageProjectUrl>https://github.com/akarnokd/async-enumerable-dotnet#getting-started</PackageProjectUrl>
1717
<Description>Experimental operators for the upcoming C# 8 IAsyncEnumerables.</Description>
1818
<Copyright>(C) David Karnok</Copyright>
1919
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
2020
<PackageReleaseNotes>New operators:
21-
- Buffer (boundary &amp; size)
22-
- CombineLatest
23-
- Distinct
24-
- DistinctUntilChanged
25-
- WithLatestFrom</PackageReleaseNotes>
21+
- ConcatEager
22+
- ConcatMapEager
23+
24+
New push-pull adapter
25+
- UnicastAsyncEnumerable</PackageReleaseNotes>
2626
<RepositoryType>Github</RepositoryType>
2727
<Product>Async Enumerable operators for .NET</Product>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)