Skip to content

[Repo Assist] Release 4.13.0 — bump version.props to 4.13.0#314

Closed
github-actions[bot] wants to merge 3 commits intomainfrom
repo-assist/release-4.13.0-20260417-b25c6ed2efc2ca62
Closed

[Repo Assist] Release 4.13.0 — bump version.props to 4.13.0#314
github-actions[bot] wants to merge 3 commits intomainfrom
repo-assist/release-4.13.0-20260417-b25c6ed2efc2ca62

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

Bumps version.props from 4.12.04.13.0 to prepare the 4.13.0 release.

RELEASE_NOTES.md already captures all changes included in this release:

  • Fable 5 upgrade — upgraded Fable 4.25.0 → 5.0.0-rc.7, .NET SDK CI from 8.0.19 → 10.0.100 (fixes a 6-hour CI hang with .NET 10 + Fable 4); fixes SourceLink/Fable incompatibility; updates 4 Fable tests for Fable 5's exception model.
  • AsyncSeq.ofList — creates an async sequence from an F# list with an optimised direct-enumerator (avoids IEnumerator<T> boxing).
  • AsyncSeq.ofArray — creates an async sequence from an array with an optimised index-based enumerator (avoids IEnumerator<T> boxing).
  • AsyncSeq.cycle — infinitely cycles through all elements of a source async sequence; returns empty if the source is empty.
  • Fix deprecated F# refcell operators — replaced ! and := with value.Value / <- in AsyncSeq.fs and Fable tests (closes Fix deprecation warnings #310).

Changes

  • version.props4.12.04.13.0

Test Status

Build: succeeded (0 errors, pre-existing warnings only)
.NET tests: 411/411 passed
Pack: FSharp.Control.AsyncSeq.4.13.0.nupkg created successfully

Generated by 🌈 Repo Assist, see workflow run. Learn more.

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@97143ac59cb3a13ef2a77581f929f06719c7402a

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>
@dsyme dsyme marked this pull request as ready for review April 17, 2026 10:25
@dsyme dsyme closed this Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix deprecation warnings

1 participant