Hello @Paul Voelker ,
You can check the Version
attribute of the Identity
element in the app manifest: open Package.appxmainfest
under Platforms/Windows folder, go to Packaging tab, then try to set Version.
Or you can right-click Package.appxmainfest
and open it with source code editor, then try to modify the version :
<Identity Name="XXX" Publisher="XXX" Version="X.X.X.0" />// the last number must be left as 0, the other sections must be set to an integer between 0 and 65535
For more details, you can refer to Package version numbering - Microsoft Store | Microsoft Learn
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.