Skip to content

Commit b5203ec

Browse files
committed
Fix tags in packagetags and copyright year
1 parent 2c86d8b commit b5203ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
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.
1313

1414
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.</Description>
15-
<Copyright>Copyright 2022</Copyright>
15+
<Copyright>Copyright 2023</Copyright>
1616
<PackageProjectUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</RepositoryUrl>
1818
<PackageIcon>taskseq-icon.png</PackageIcon>
@@ -21,7 +21,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
2121
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
2222
<PackageReadmeFile>nuget-package-readme.md</PackageReadmeFile>
2323
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../release-notes.txt"))</PackageReleaseNotes>
24-
<PackageTags>taskseq'fsharp;f#;computation expression;IAsyncEnumerable;task;async;asyncseq;</PackageTags>
24+
<PackageTags>taskseq;f#;computation expression;IAsyncEnumerable;task;async;asyncseq;</PackageTags>
2525
<IncludeSymbols>True</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
</PropertyGroup>

0 commit comments

Comments
 (0)