Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime query'able version information API spec #2893

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

DrusTheAxe
Copy link
Member

@DrusTheAxe DrusTheAxe commented Aug 23, 2022

Spec for new API to query Windows App SDK runtime version in use at runtime

WindowsAppSDK-VersionInfo.h at build-time provides what you're built with, but that's merely a "minimum criteria" what you'll use at runtime when using WinAppSDK framework-dependent (aka as MSIX packages). If you build with 1.2.3 you could run with 1.2.3, or 1.2.4, or 1.2.5, or... This lets you query for what is in use at runtime

See Runtime query'able version information #2889 for the implementation

https://task.ms/41026156

@DrusTheAxe DrusTheAxe added the area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) label Aug 23, 2022
@DrusTheAxe DrusTheAxe added this to the 1.2 milestone Aug 23, 2022
@DrusTheAxe DrusTheAxe self-assigned this Aug 23, 2022
@ghost ghost added the needs-triage label Aug 23, 2022
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
specs/VersionInfo/VersionInfo.md Outdated Show resolved Hide resolved
@DrusTheAxe DrusTheAxe modified the milestones: 1.2, Future (backlog) Sep 1, 2022
@DrusTheAxe
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@DrusTheAxe DrusTheAxe modified the milestones: Future (backlog), 1.2 Sep 2, 2022
@DrusTheAxe DrusTheAxe merged commit 3b35a32 into main Sep 2, 2022
@DrusTheAxe DrusTheAxe deleted the user/drustheaxe/versioninfo-spec branch September 2, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) needs-triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants