fsdocs-tool 22.2.0

dotnet tool install --global fsdocs-tool --version 22.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local fsdocs-tool --version 22.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fsdocs-tool&version=22.2.0
                    
nuke :add-package fsdocs-tool --version 22.2.0
                    

The 'dotnet fsdocs' documentation generation tool for F# projects. Install use 'dotnet tool add fsdocs-tool'. See the project site for documentation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
22.2.0 9 8/31/2026
22.1.0 17,094 5/27/2026
22.0.1 941 5/9/2026
22.0.0 2,583 4/4/2026
22.0.0-alpha.3 731 4/2/2026
22.0.0-alpha.2 1,052 3/13/2026
22.0.0-alpha.1 88 3/5/2026
21.0.0 20,428 11/12/2025
21.0.0-beta-005 3,170 4/23/2025
21.0.0-beta-004 1,852 11/20/2024
21.0.0-beta-003 646 8/16/2024
21.0.0-beta-002 8,984 6/19/2024
21.0.0-beta-001 1,938 6/6/2024
20.0.1 50,887 5/31/2024
20.0.0 9,139 2/14/2024
20.0.0-beta-002 1,474 2/8/2024
20.0.0-beta-001 862 1/31/2024
20.0.0-alpha-019 642 1/29/2024
20.0.0-alpha-018 12,494 1/10/2024
20.0.0-alpha-017 483 1/9/2024
Loading failed

### Changed

- Bump `Suave` from 2.6.2 to 3.4.6. The `fsdocs watch` websocket handling was migrated to Suave 3's `Task`-based socket API, the removed `Suave.Logging` usage was dropped, and clients that disconnect without a close handshake are now deregistered so a live-reload broadcast can no longer crash the watch server with an `ObjectDisposedException`.
- During `fsdocs watch`, the logo now links to the locally hosted site root (e.g. `http://localhost:8901/`) instead of the production URL, even when `<FsDocsLogoLink>` is set. Release builds are unaffected.
- The `fsdocs watch` console no longer logs websocket connection chatter ("New websocket connection", "WebSocket disconnected", ...) on every page reload.

### Removed

- Remove `docs/Dockerfile` (used for mybinder.org Binder integration) and mybinder badge links from documentation pages. The Binder integration relied on a deprecated .NET 7 SDK image and a deprecated `Microsoft.dotnet-interactive` version; mybinder.org support is discontinued.
- Remove `.ipynb` (Jupyter Notebook) "run in notebook" badge links from all documentation pages and delete `docs/img/badge-notebook.svg`. The links linked to `.ipynb` outputs generated by fsdocs, but .NET Interactive (which powered those notebooks) is deprecated and has no current replacement. The `.ipynb` output format itself is unchanged.