Skip to content

Commit ecf2df0

Browse files
committed
Keep release-notes.txt in the nuget package, but remove it from content-dependencies
1 parent 7a9ecbf commit ecf2df0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release-notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes:
55
- adds `let!` and `do!` support for F#'s Async<'T>
66
- adds TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync, #126 (by @bartelink)
77
- adds AsyncSeq vs TaskSeq comparison chart, #131
8+
- removes release-notes.txt from file dependencies, but keep in the package, #138
89

910
0.3.0
1011
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.

src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
3636
</PropertyGroup>
3737

3838
<ItemGroup>
39-
<Content Include="..\..\release-notes.txt" Link="release-notes.txt" />
39+
<None Include="..\..\release-notes.txt" Link="release-notes.txt" />
4040
<None Include="..\..\assets\taskseq-icon.png">
4141
<Pack>True</Pack>
4242
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)