Draft
Conversation
Promote [Unreleased] changes to version 22.0.0: - FCS 43.10.100 update - Add FsDocsAllowExecutableProject setting - Add fsdocs-logo-alt substitution - Bug fixes: HTML encoding, uppercase ConditionalDefines, improved error messages Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 This PR was created by Repo Assist, an automated AI assistant.
Supersedes #976 (which had a merge conflict after additional changes landed on
main).Summary
This PR prepares the 22.0.0 release by promoting all
[Unreleased]changes inRELEASE_NOTES.mdto a versioned release entry.Changes Included
Added
FsDocsAllowExecutableProjectMSBuild property — includeExe/WinExeprojects in API docs (#918){{fsdocs-logo-alt}}substitution via(FsDocsLogoAlt)property, defaulting to"Logo"(#626)Fixed
(see cref)values to prevent HTML injection (#748)HTML,IPYNB) toConditionalDefines(#693)#if/#endifmarker lines fromLiterateCodesource before highlighting (#693)Changed
Version Rationale
The FCS version bump (43.9 → 43.10) together with the new HTML encoding behaviour (output format change) and the new MSBuild properties warrant a major version bump per this project's conventions.
What This Does
Merging this PR triggers the
push-main.ymlCI pipeline to publish the22.0.0NuGet package. Please:Test Status