Skip to content

Commit ff2fd7d

Browse files
authored
Merge pull request #247 from fsprojects/update-readme-versioninfo
Update release information in `readme.md`
2 parents aae0634 + 03941c0 commit ff2fd7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66

77
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.
88

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].
1110

1211
## Release notes<!-- omit in toc -->
1312

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.
1514

1615
-----------------------------------------
1716

0 commit comments

Comments
 (0)