From 54bb3c7fcbb78f6bca06878097f5480825c0c5ca Mon Sep 17 00:00:00 2001 From: akarnokd Date: Sat, 3 Nov 2018 00:32:47 +0100 Subject: [PATCH] Release 0.0.1.8 --- .../async-enumerable-dotnet.csproj | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/async-enumerable-dotnet/async-enumerable-dotnet.csproj b/async-enumerable-dotnet/async-enumerable-dotnet.csproj index 798c5c6..5d0e3c2 100644 --- a/async-enumerable-dotnet/async-enumerable-dotnet.csproj +++ b/async-enumerable-dotnet/async-enumerable-dotnet.csproj @@ -6,27 +6,23 @@ true latest akarnokd.async-enumerable-dotnet - 0.0.1.7 + 0.0.1.8 David Karnok - 0.0.1.7 - 0.0.1.7 + 0.0.1.8 + 0.0.1.8 async, concurrency, async-enumerable, operators, async-sequence https://github.com/akarnokd/async-enumerable-dotnet https://github.com/akarnokd/async-enumerable-dotnet#getting-started Experimental operators for the upcoming C# 8 IAsyncEnumerables. (C) David Karnok https://www.apache.org/licenses/LICENSE-2.0 - 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 + New operators: +- Buffer (boundary & size) +- CombineLatest +- Distinct +- DistinctUntilChanged +- WithLatestFrom Github Async Enumerable operators for .NET