Skip to content

Commit 78a57c4

Browse files
committed
Add stable and prerelease info to readme.md
1 parent b5203ec commit 78a57c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
An implementation of [`IAsyncEnumerable<'T>`][3] as a computation expression: `taskSeq { ... }` with an accompanying `TaskSeq` module, that allows seamless use of asynchronous sequences similar to F#'s native `seq` and `task` CE's.
88

9-
Latest version [can be installed from Nuget][nuget].
9+
* Latest stable version: [0.3.0 is on NuGet][nuget].
10+
* Latest prerelease version: [0.4.0-alpha.1 is on NuGet][nuget].
1011

1112
## Release notes<!-- omit in toc -->
1213

0 commit comments

Comments
 (0)