|
6 | 6 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | 7 | <LangVersion>latest</LangVersion> |
8 | 8 | <PackageId>akarnokd.async-enumerable-dotnet</PackageId> |
9 | | - <Version>0.0.1.6</Version> |
| 9 | + <Version>0.0.1.7</Version> |
10 | 10 | <Authors>David Karnok</Authors> |
11 | 11 | <Company /> |
12 | | - <AssemblyVersion>0.0.1.6</AssemblyVersion> |
13 | | - <FileVersion>0.0.1.6</FileVersion> |
| 12 | + <AssemblyVersion>0.0.1.7</AssemblyVersion> |
| 13 | + <FileVersion>0.0.1.7</FileVersion> |
14 | 14 | <PackageTags>async, concurrency, async-enumerable, operators, async-sequence</PackageTags> |
15 | 15 | <RepositoryUrl>https://github.com/akarnokd/async-enumerable-dotnet</RepositoryUrl> |
16 | 16 | <PackageProjectUrl>https://github.com/akarnokd/async-enumerable-dotnet#getting-started</PackageProjectUrl> |
17 | 17 | <Description>Experimental operators for the upcoming C# 8 IAsyncEnumerables.</Description> |
18 | 18 | <Copyright>(C) David Karnok</Copyright> |
19 | 19 | <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
20 | 20 | <PackageReleaseNotes>Bugfixes |
21 | | -- FlatMap dispose now awaits the dispose of the inner sources. |
| 21 | +- Create termination race condition, error handling |
22 | 22 |
|
23 | 23 | New operators: |
24 | | -- Merge |
25 | | -- MergeWith |
26 | | -- Publish |
27 | | -- Replay</PackageReleaseNotes> |
| 24 | +- Concat (nested async sequences) |
| 25 | +- Merge (nested async sequences) |
| 26 | +- Repeat (task predicate) |
| 27 | +- Retry (task predicate) |
| 28 | +- Switch |
| 29 | +- SwitchMap</PackageReleaseNotes> |
28 | 30 | <RepositoryType>Github</RepositoryType> |
29 | 31 | <Product>Async Enumerable operators for .NET</Product> |
30 | 32 | </PropertyGroup> |
|
0 commit comments