Skip to content

Commit

Permalink
Release 0.0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 30, 2018
1 parent f340828 commit fe820b5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions async-enumerable-dotnet/async-enumerable-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,27 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
<Version>0.0.1.6</Version>
<Version>0.0.1.7</Version>
<Authors>David Karnok</Authors>
<Company />
<AssemblyVersion>0.0.1.6</AssemblyVersion>
<FileVersion>0.0.1.6</FileVersion>
<AssemblyVersion>0.0.1.7</AssemblyVersion>
<FileVersion>0.0.1.7</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
- FlatMap dispose now awaits the dispose of the inner sources.
- Create termination race condition, error handling

New operators:
- Merge
- MergeWith
- Publish
- Replay</PackageReleaseNotes>
- Concat (nested async sequences)
- Merge (nested async sequences)
- Repeat (task predicate)
- Retry (task predicate)
- Switch
- SwitchMap</PackageReleaseNotes>
<RepositoryType>Github</RepositoryType>
<Product>Async Enumerable operators for .NET</Product>
</PropertyGroup>
Expand Down

0 comments on commit fe820b5

Please sign in to comment.