fsdocs-tool 20.0.0-alpha-004

This is a prerelease version of fsdocs-tool.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global fsdocs-tool --version 20.0.0-alpha-004
                    
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 20.0.0-alpha-004
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fsdocs-tool&version=20.0.0-alpha-004&prerelease
                    
nuke :add-package fsdocs-tool --version 20.0.0-alpha-004
                    

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 372 5/27/2026
22.0.1 502 5/9/2026
22.0.0 1,342 4/4/2026
22.0.0-alpha.3 355 4/2/2026
22.0.0-alpha.2 1,026 3/13/2026
22.0.0-alpha.1 69 3/5/2026
21.0.0 15,082 11/12/2025
21.0.0-beta-005 3,094 4/23/2025
21.0.0-beta-004 1,836 11/20/2024
21.0.0-beta-003 595 8/16/2024
21.0.0-beta-002 8,867 6/19/2024
21.0.0-beta-001 1,919 6/6/2024
20.0.1 44,786 5/31/2024
20.0.0 8,799 2/14/2024
20.0.0-beta-002 1,439 2/8/2024
20.0.0-beta-001 843 1/31/2024
20.0.0-alpha-019 630 1/29/2024
20.0.0-alpha-018 6,722 1/10/2024
20.0.0-alpha-017 465 1/9/2024
20.0.0-alpha-004 305 11/8/2023
Loading failed

### Fixed

* * Don't use font ligatures, the can confuse newcomers of F#.
* * Replace `{{fsdocs-list-of-namespaces}}` with an empty string if no API docs are present.
* * Improve default styling of `blockquote`
* * Add some padding for level 3 and 4 headers in 'on this page' section.