Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strange version shown for a Windows Phone 8.1 XAML app

I have created a Windows Phone 8.1 XAML version of one of my existing app. I set the package version to 1.5.0.0, the created file is called SlovakApps.WindowsPhone_1.5.0.1_AnyCPU_bundle.appxupload. When I upload the file to Dev Center, a strange version is shown:

enter image description here

Is this normal? Seems very strange to me.

like image 964
Igor Kulman Avatar asked Jun 01 '14 10:06

Igor Kulman


2 Answers

From Microsoft support:

Yes this is very normal now when you are submitting a package to support Windows Phone 8.1, it automatically generates an version number for your update.

like image 94
Igor Kulman Avatar answered Sep 30 '22 22:09

Igor Kulman


Do not create bundle. Generate and upload just .appxupload package.

MSDN Forums

like image 41
Václav Dajbych Avatar answered Sep 30 '22 22:09

Václav Dajbych