microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.72k stars 307 forks source link

enable Feature_VersionInfoAPI for stable #4498

Open juwens opened 1 week ago

juwens commented 1 week ago

Describe the bug

development for the feature is inactive since 10 months, so it seems it's finished, but only enabled for experimental channel.

see https://github.com/microsoft/WindowsAppSDK/blob/release/1.3-stable/dev/Common/TerminalVelocityFeatures-VersionInfo.h

see https://github.com/microsoft/WindowsAppSDK/pull/3542 (merged march 2023)

Steps to reproduce the bug

  1. using the feature in c++ or c# will fail

Expected behavior

Screenshots

No response

NuGet package version

Windows App SDK 1.5.4: 1.5.240607001

Packaging type

Packaged (MSIX)

Windows version

Windows 10 version 22H2 (19045, 2022 Update)

IDE

Visual Studio 2022

Additional context

No response