Understanding UWP application packaging version numbering
Posted: (EET/GMT+2)
UWP applications use their version numbers in slightly different fashion than regular .NET applications, because you have a separate version number for both the .NET assembly, and the UWP application package. This applies to both .appx and .appxbundle files.
For more details, be sure to read the UWP packaging version numbering page.