diff --git a/Version.props b/Version.props
index dd0dc4dd..1b14afd5 100644
--- a/Version.props
+++ b/Version.props
@@ -1,6 +1,6 @@
- 0.3.0
+ 0.4.0-alpha.1
\ No newline at end of file
diff --git a/release-notes.txt b/release-notes.txt
index a5a2d9fb..b79b5743 100644
--- a/release-notes.txt
+++ b/release-notes.txt
@@ -1,14 +1,15 @@
Release notes:
0.4.x (unreleased)
- - BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
+ - fix documentation
+
+0.4.0-alpha.1
+ - fixes not calling Dispose for 'use!', 'use', or `finally` blocks #157 (by @bartelink)
+ - BREAKING CHANGE: null args now raise ArgumentNullException instead of NullReferenceException, #127
- adds `let!` and `do!` support for F#'s Async<'T>, #79, #114
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
- adds AsyncSeq vs TaskSeq comparison chart, #131
- removes release-notes.txt from file dependencies, but keep in the package, #138
-
-0.3.1 (unreleased)
- - fixes not calling Dispose for 'use!', 'use', or `finally` blocks in `try`...`finally` #157
0.3.0
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.
diff --git a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
index 604f7d53..33f0ce77 100644
--- a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
+++ b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
@@ -12,7 +12,7 @@
The 'taskSeq' computation expression adds support for awaitable asynchronous sequences with similar ease of use and performance to F#'s 'task' CE, with minimal overhead through ValueTask under the hood. TaskSeq brings 'seq' and 'task' together in a safe way.
Generates optimized IL code through resumable state machines, and comes with a comprehensive set of functions in module 'TaskSeq'. See README for documentation and more info.
- Copyright 2022
+ Copyright 2023
https://github.com/fsprojects/FSharp.Control.TaskSeq
https://github.com/fsprojects/FSharp.Control.TaskSeq
taskseq-icon.png
@@ -21,7 +21,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
False
nuget-package-readme.md
$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../release-notes.txt"))
- taskseq'fsharp;f#;computation expression;IAsyncEnumerable;task;async;asyncseq;
+ taskseq;f#;computation expression;IAsyncEnumerable;task;async;asyncseq;
True
snupkg