Skip to content

Commit

Permalink
Release 0.0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Nov 2, 2018
1 parent c412e25 commit 54bb3c7
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions async-enumerable-dotnet/async-enumerable-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,23 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
<Version>0.0.1.7</Version>
<Version>0.0.1.8</Version>
<Authors>David Karnok</Authors>
<Company />
<AssemblyVersion>0.0.1.7</AssemblyVersion>
<FileVersion>0.0.1.7</FileVersion>
<AssemblyVersion>0.0.1.8</AssemblyVersion>
<FileVersion>0.0.1.8</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>Bugfixes
- Create termination race condition, error handling

New operators:
- Concat (nested async sequences)
- Merge (nested async sequences)
- Repeat (task predicate)
- Retry (task predicate)
- Switch
- SwitchMap</PackageReleaseNotes>
<PackageReleaseNotes>New operators:
- Buffer (boundary &amp; size)
- CombineLatest
- Distinct
- DistinctUntilChanged
- WithLatestFrom</PackageReleaseNotes>
<RepositoryType>Github</RepositoryType>
<Product>Async Enumerable operators for .NET</Product>
</PropertyGroup>
Expand Down

0 comments on commit 54bb3c7

Please sign in to comment.