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

Fix appxmanifest merge #273

Merged
merged 1 commit into from
May 17, 2024
Merged

Fix appxmanifest merge #273

merged 1 commit into from
May 17, 2024

Conversation

dansiegel
Copy link
Contributor

Fixes: #

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

Properties like the Application Title and Version numbers are not correctly applied.

What is the new behavior?

Refactors the execution logic to simplify away from heavily nested if statements.

This now correctly applies the Application Title, and other common Single Project MSBuild properties.

@dansiegel dansiegel force-pushed the dev/ds/appxmanifest branch from 75bafdb to f285a30 Compare May 17, 2024 19:01
@dansiegel dansiegel marked this pull request as ready for review May 17, 2024 19:09
@dansiegel dansiegel merged commit 22d848e into main May 17, 2024
10 checks passed
@dansiegel dansiegel deleted the dev/ds/appxmanifest branch May 17, 2024 19:41
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.

Generated appxmanifest does not properly set properties
2 participants