From b0bf1123cbd57f0c8492fd60c3bad44921ef3953 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Mon, 5 Jun 2023 08:21:23 +0100 Subject: [PATCH] Fix Package Tags mangle --- src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj index 604f7d53..099776a1 100644 --- a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj +++ b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj @@ -21,7 +21,7 @@ Generates optimized IL code through resumable state machines, and comes with a c False nuget-package-readme.md $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../release-notes.txt")) - taskseq'fsharp;f#;computation expression;IAsyncEnumerable;task;async;asyncseq; + taskseq;fsharp;f#;computation expression;IAsyncEnumerable;task;async;asyncseq; True snupkg