You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,11 @@
6
6
7
7
An implementation of [`IAsyncEnumerable<'T>`][3] as a computation expression: `taskSeq { ... }` with an accompanying `TaskSeq` module and functions, that allow seamless use of asynchronous sequences similar to F#'s native `seq` and `task` CE's.
8
8
9
-
* Latest stable version: [0.3.0 is on NuGet][nuget].
10
-
* Latest prerelease version: [0.4.0-alpha.1 is on NuGet][nuget].
9
+
* Latest stable version: [0.4.0 is on NuGet][nuget].
11
10
12
11
## Release notes<!-- omit in toc -->
13
12
14
-
See [release notes.txt](release-notes.txt) for the version history of `TaskSeq`. See [Status overview](#status--planning) for current status of the surface area of `TaskSeq`.
13
+
See [Releases](https://github.com/fsprojects/FSharp.Control.TaskSeq/releases) for the an extensive version history of `TaskSeq`. See [Status overview](#status--planning)below for a progress report.
0 commit comments