Skip to content

Commit fe820b5

Browse files
committed
Release 0.0.1.7
1 parent f340828 commit fe820b5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,27 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<LangVersion>latest</LangVersion>
88
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
9-
<Version>0.0.1.6</Version>
9+
<Version>0.0.1.7</Version>
1010
<Authors>David Karnok</Authors>
1111
<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>
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>
2020
<PackageReleaseNotes>Bugfixes
21-
- FlatMap dispose now awaits the dispose of the inner sources.
21+
- Create termination race condition, error handling
2222

2323
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>
2830
<RepositoryType>Github</RepositoryType>
2931
<Product>Async Enumerable operators for .NET</Product>
3032
</PropertyGroup>

0 commit comments

Comments
 (0)