MAUI- Package version numbering

Dani_S 2,726 Reputation points
2022-05-11T12:01:08.763+00:00

Hi,
How I set the package version numbering for MAUI ?
Thanks,

201034-image.png

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,806 Reputation points Microsoft Vendor
    2022-05-17T01:46:11.257+00:00

    Hello,

    Package version numbering in MAUI is the same as UWP in Windows10.

    Referring to the documentation Package version numbering, we could find the following content:

    Important
    For Windows 10 or Windows 11 (UWP) packages, the last (fourth) section of the version number is reserved for Store use and must be left as 0 when you build your package (although the Store may change the value in this section). The other sections must be set to an integer between 0 and 65535 (except for the first section, which cannot be 0).

    And referring to Attributes and Elements, we could find its requirements for formatting.

    A version string in quad notation, "Major.Minor.Build.Revision" where Major cannot be "0".

    Best Regards,

    Alec Liu.


    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful