Skip to content

Commit 8d8a18f

Browse files
authored
Merge pull request #302 from fsprojects/repo-assist/eng-update-fsdocs-22alpha3-20260403-596ea5adde75c6f0
[Repo Assist] Update fsdocs-tool to 22.0.0-alpha.3 (FSharp.Formatting 22.0.0-alpha.3) and SDK to .NET 10.0
2 parents 7e64987 + a9c7e56 commit 8d8a18f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fsdocs-tool": {
6-
"version": "21.0.0",
6+
"version": "22.0.0-alpha.3",
77
"commands": [
88
"fsdocs"
99
],

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Added `AsyncSeq.sortDescendingAsync` — asynchronous variant of `sortDescending` returning `Async<'T[]>`.
2121
* Added `AsyncSeq.sortByDescendingAsync` — asynchronous variant of `sortByDescending` returning `Async<'T[]>`.
2222
* Added `AsyncSeq.sortWithAsync` — asynchronous variant of `sortWith` returning `Async<'T[]>`.
23+
* Updated `fsdocs-tool` to 22.0.0-alpha.3 (FSharp.Formatting 22.0.0-alpha.3) and updated SDK to .NET 10.0 (issue #300).
2324

2425
### 4.11.0
2526

0 commit comments

Comments
 (0)