Skip to content

Conversation

AndrewKeepCoding
Copy link
Contributor

Description

This PR centralizes the app version management by introducing a Version property in the app project file.

Motivation and Context

Currently, we are manually updating these files to bump the app version, which is error-prone and easy to miss.

  • Package.appxmanifest
  • Package.Dev.appxmanifest
  • AssemblyInfo.cs

Closes #2054.

How Has This Been Tested?

Ran the app and confirmed the changes.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

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.

Centralize app version
2 participants