Open ronnievdc opened 7 years ago
Building for windows phone with double digit numbers loses the 2nd digit.
For example: <widget id="tld.publisher.appname" windows-packageVersion="1.5.25.3" version="1.5.25" ....> Results in AppName.Phone_1.5.2.0_anycpu.appx
Uploading this to the windows store results in the following error: The Appx version number needs to be higher than previous version: 1.5.24.2
Which in this case forces me to version 1.6.0
Building for windows phone with double digit numbers loses the 2nd digit.
For example: <widget id="tld.publisher.appname" windows-packageVersion="1.5.25.3" version="1.5.25" ....> Results in AppName.Phone_1.5.2.0_anycpu.appx
Uploading this to the windows store results in the following error: The Appx version number needs to be higher than previous version: 1.5.24.2
Which in this case forces me to version 1.6.0