Skip to content

Commit 8ff76db

Browse files
committed
Release 0.0.2.0
1 parent 2795fdc commit 8ff76db

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<LangVersion>latest</LangVersion>
88
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
9-
<Version>0.0.1.9</Version>
9+
<Version>0.0.2.0</Version>
1010
<Authors>David Karnok</Authors>
1111
<Company />
12-
<AssemblyVersion>0.0.1.9</AssemblyVersion>
13-
<FileVersion>0.0.1.9</FileVersion>
12+
<AssemblyVersion>0.0.2.0</AssemblyVersion>
13+
<FileVersion>0.0.1.0</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>
20-
<PackageReleaseNotes>New operators:
21-
- ConcatEager
22-
- ConcatMapEager
20+
<PackageReleaseNotes>Bugfixes and simplifications in many operators.
2321

24-
New push-pull adapter
25-
- UnicastAsyncEnumerable</PackageReleaseNotes>
22+
New operators:
23+
- Any
24+
- All
25+
- Count
26+
- ElementAt
27+
- IsEmpty
28+
</PackageReleaseNotes>
2629
<RepositoryType>Github</RepositoryType>
2730
<Product>Async Enumerable operators for .NET</Product>
2831
</PropertyGroup>

0 commit comments

Comments
 (0)