4@@ -5,6 +5,12 @@
5 name="org.bitcoincore.${target}"
6 version="${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_BUILD}.0"
7 />
8+ <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
9+ <application>
10+ <!-- Windows 10, version 1903 -->
11+ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
From what i could find, this tag covers every version of Windows 10 and 11, not just version 1903+. Not sure how/if you can specify a more specific minimum version.
You’re right. I’ve misread docs…
In its current state, this PR is not necessary for introducing the UTF-8 code page support.
Imo, no need to do this as a separate step. Might as well roll the update to the release notes template into
#32380.