Skip to content

Commit 54bb3c7

Browse files
committed
Release 0.0.1.8
1 parent c412e25 commit 54bb3c7

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,23 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<LangVersion>latest</LangVersion>
88
<PackageId>akarnokd.async-enumerable-dotnet</PackageId>
9-
<Version>0.0.1.7</Version>
9+
<Version>0.0.1.8</Version>
1010
<Authors>David Karnok</Authors>
1111
<Company />
12-
<AssemblyVersion>0.0.1.7</AssemblyVersion>
13-
<FileVersion>0.0.1.7</FileVersion>
12+
<AssemblyVersion>0.0.1.8</AssemblyVersion>
13+
<FileVersion>0.0.1.8</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>
20-
<PackageReleaseNotes>Bugfixes
21-
- Create termination race condition, error handling
22-
23-
New operators:
24-
- Concat (nested async sequences)
25-
- Merge (nested async sequences)
26-
- Repeat (task predicate)
27-
- Retry (task predicate)
28-
- Switch
29-
- SwitchMap</PackageReleaseNotes>
20+
<PackageReleaseNotes>New operators:
21+
- Buffer (boundary &amp; size)
22+
- CombineLatest
23+
- Distinct
24+
- DistinctUntilChanged
25+
- WithLatestFrom</PackageReleaseNotes>
3026
<RepositoryType>Github</RepositoryType>
3127
<Product>Async Enumerable operators for .NET</Product>
3228
</PropertyGroup>

0 commit comments

Comments
 (0)