Skip to content

Commit 8f8306b

Browse files
committed
Update README with a reference to the v3
1 parent b4ab246 commit 8f8306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ foreach await (var item in asyncEnumerable)
146146
}
147147
```
148148

149-
This library will be upgraded to use .NET's integrated iterators and interfaces `IAsyncEnumerable`, `IAsyncEnumerator`, where all usefull extension methods (like `ParallelForEachAsync`) will survive.
149+
The version 3 of this library is already upgraded to use .NET's integrated iterators and interfaces (`IAsyncEnumerable`, `IAsyncEnumerator`), where all usefull extension methods (like `ParallelForEachAsync`) survived. The only reason why version 3 is marked with 'beta' flag is that .NET Core 3.0 is not released yet. There are no experimental features or unfinished code, and it's safe to use.
150150

151151

152152
## REFERENCES

0 commit comments

Comments
 (0)