From 75e46e349af17d3e2c4e742ac360c25131c6f4eb Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Mon, 5 Jun 2023 15:36:30 +0200 Subject: [PATCH] Add stable and prerelease info to readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12dee846..60a2cd9c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ 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. -Latest version [can be installed from Nuget][nuget]. +* Latest stable version: [0.3.0 is on NuGet][nuget]. +* Latest prerelease version: [0.4.0-alpha.1 is on NuGet][nuget]. ## Release notes