fsdocs-tool 22.1.0

dotnet tool install --global fsdocs-tool --version 22.1.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.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fsdocs-tool&version=22.1.0
                    
nuke :add-package fsdocs-tool --version 22.1.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.1.0 3,363 5/27/2026
22.0.1 745 5/9/2026
22.0.0 1,935 4/4/2026
22.0.0-alpha.3 388 4/2/2026
22.0.0-alpha.2 1,036 3/13/2026
22.0.0-alpha.1 81 3/5/2026
21.0.0 17,366 11/12/2025
21.0.0-beta-005 3,136 4/23/2025
21.0.0-beta-004 1,845 11/20/2024
21.0.0-beta-003 625 8/16/2024
21.0.0-beta-002 8,927 6/19/2024
21.0.0-beta-001 1,932 6/6/2024
20.0.1 46,758 5/31/2024
20.0.0 8,895 2/14/2024
20.0.0-beta-002 1,450 2/8/2024
20.0.0-beta-001 856 1/31/2024
20.0.0-alpha-019 640 1/29/2024
20.0.0-alpha-018 9,281 1/10/2024
20.0.0-alpha-017 476 1/9/2024
20.0.0-alpha-016 1,826 12/7/2023
Loading failed

### Changed

- Improve `ProjectCracker` project resolution to handle `*.slnf` and `*.slnx`. [#1213](https://github.com/fsprojects/FSharp.Formatting/pull/1213)