Skip to content

Commit

Permalink
Keep release-notes.txt in the nuget package, but remove it from con…
Browse files Browse the repository at this point in the history
…tent-dependencies
  • Loading branch information
abelbraaksma committed Dec 21, 2022
1 parent 7a9ecbf commit 4cc8154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
Release notes:
0.4.x (unreleased)
- BREAKING CHANGE: most null arguments now raise ArgumentNullException instead of NullReferenceException, #127
- adds `let!` and `do!` support for F#'s Async<'T>
- 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.0
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\release-notes.txt" Link="release-notes.txt" />
<None Include="..\..\release-notes.txt" Link="release-notes.txt" />
<None Include="..\..\assets\taskseq-icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down

0 comments on commit 4cc8154

Please sign in to comment.