Skip to content

Commit baa3eb0

Browse files
committed
Update nuget description
1 parent 8867431 commit baa3eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -8,11 +8,11 @@
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#.
11+
<Description>This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable&lt;'T>.
1212

13-
The 'taskSeq' computation expression adds support for awaitable asyncronous sequences with a similar ease of use and performance as F#'s 'task' CE. TaskSeq brings 'seq' and 'task' together in a safe way.
13+
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

15-
Generates optimized IL code and comes with a comprehensive set of module functions. See README for more info.</Description>
15+
Generates optimized IL code through the new resumable state machines, and comes with a comprehensive set of helpful functions in module 'TaskSeq'. See README for documentation and more info.</Description>
1616
<Copyright>Copyright 2022</Copyright>
1717
<PackageProjectUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</RepositoryUrl>

0 commit comments

Comments
 (0)