Skip to content

Commit

Permalink
Release 0.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Nov 7, 2018
1 parent 2795fdc commit 8ff76db
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions async-enumerable-dotnet/async-enumerable-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,26 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
<Version>0.0.1.9</Version>
<Version>0.0.2.0</Version>
<Authors>David Karnok</Authors>
<Company />
<AssemblyVersion>0.0.1.9</AssemblyVersion>
<FileVersion>0.0.1.9</FileVersion>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<PackageTags>async, concurrency, async-enumerable, operators, async-sequence</PackageTags>
<RepositoryUrl>https://github.com/akarnokd/async-enumerable-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/akarnokd/async-enumerable-dotnet#getting-started</PackageProjectUrl>
<Description>Experimental operators for the upcoming C# 8 IAsyncEnumerables.</Description>
<Copyright>(C) David Karnok</Copyright>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageReleaseNotes>New operators:
- ConcatEager
- ConcatMapEager
<PackageReleaseNotes>Bugfixes and simplifications in many operators.

New push-pull adapter
- UnicastAsyncEnumerable</PackageReleaseNotes>
New operators:
- Any
- All
- Count
- ElementAt
- IsEmpty
</PackageReleaseNotes>
<RepositoryType>Github</RepositoryType>
<Product>Async Enumerable operators for .NET</Product>
</PropertyGroup>
Expand Down

0 comments on commit 8ff76db

Please sign in to comment.