Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps the 2 version badges a la https://github.com/jet/equinox#readme might be more maintainable?

* Latest prerelease version: [0.4.0-alpha.1 is on NuGet][nuget].

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

Expand Down