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

winmd: update files to Win 11 (10.0.22631) #99

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jagobagascon
Copy link
Contributor

WinRT classes are additively versionable (see source below), so code is never removed. This change only includes minor changes: Some functions have been reordered and new interfaces were introduced.

Source: https://learn.microsoft.com/en-us/uwp/winrt-cref/winrt-type-system#class-versioning

fixes #98

WinRT classes are additively versionable (see source below), so code is
never removed. This change only includes minor changes: Some functions
have been reordered and new interfaces were introduced.

Source: https://learn.microsoft.com/en-us/uwp/winrt-cref/winrt-type-system#class-versioning

fixes #98
Copy link

@glerchundi glerchundi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jagobagascon jagobagascon merged commit 98be019 into main Oct 30, 2024
2 checks passed
@jagobagascon jagobagascon deleted the feature/update-winmd-files branch October 30, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New to this but want to port runtimes api from Windows.Storage.Provider
2 participants