We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e64987 + a9c7e56 commit 8d8a18fCopy full SHA for 8d8a18f
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"fsdocs-tool": {
6
- "version": "21.0.0",
+ "version": "22.0.0-alpha.3",
7
"commands": [
8
"fsdocs"
9
],
RELEASE_NOTES.md
@@ -20,6 +20,7 @@
20
* Added `AsyncSeq.sortDescendingAsync` — asynchronous variant of `sortDescending` returning `Async<'T[]>`.
21
* Added `AsyncSeq.sortByDescendingAsync` — asynchronous variant of `sortByDescending` returning `Async<'T[]>`.
22
* 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).
24
25
### 4.11.0
26
0 commit comments