From 6c241fa87d76f7aea0bc79dbdc513faf300ed476 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:20:59 +0000 Subject: [PATCH 1/2] chore: bump version to 4.13.0 for release RELEASE_NOTES.md already captures all changes included in 4.13.0: - Fable 5 upgrade + .NET SDK 10.0 CI fixes - AsyncSeq.ofList, AsyncSeq.ofArray, AsyncSeq.cycle - Fix deprecated F# refcell operators (! and :=) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.props b/version.props index 7f9a2112..16c8633d 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 4.12.0 + 4.13.0 From 622aa2f176b74850f944d470ff724c80cc26f1cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 00:21:01 +0000 Subject: [PATCH 2/2] ci: trigger checks