Skip to content

Commit 404df4f

Browse files
committed
Update package tags, and include symbols
1 parent 836fb73 commit 404df4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Title>Computation expression 'taskSeq' for processing IAsyncEnumerable sequences and module functions</Title>
99
<Version>$(Version)</Version>
1010
<Authors>Abel Braaksma; Don Syme</Authors>
11-
<Description>This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable&lt;'T>.
11+
<Description>This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable&lt;'T&gt;.
1212

1313
The 'taskSeq' computation expression adds support for awaitable asyncronous sequences with a similar ease of use and performance as F#'s 'task' CE, with minimal overhead through ValueTask under the hood. TaskSeq brings 'seq' and 'task' together in a safe way.
1414

@@ -50,6 +50,9 @@ Generates optimized IL code through the new resumable state machines, and comes
5050
- adds zip/length
5151

5252
</PackageReleaseNotes>
53+
<PackageTags>taskseq'fsharp;f#;computation expression;IAsyncEnumerable;task;async;asyncseq;</PackageTags>
54+
<IncludeSymbols>True</IncludeSymbols>
55+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5356
</PropertyGroup>
5457

5558
<ItemGroup>

0 commit comments

Comments
 (0)