windows-phone-8.1 – 提交给Windows Phone Store的错误版本号.有可能纠正这个吗?

我将应用程序部署到 Windows Phone Store,部署的版本号与应用程序清单中的版本号不同.

部署的版本类似于2014.MMDD.ABC.XYZ

应该是1.0.0.0.

为什么版本号已更改,是否可以将其更改为应有的版本号?

根据 this线程,这是应用程序包软件包的预期行为.

罗伯写道:

This is expected behavior for app bundle packages. They are always
versioned based on date. The code package will have its set version
@R_551_4045@ion. If you list the packages on your Windows system in
\Program Files\WindowsApps you’ll see this is the case for all app
bundle packages.
–Rob

Bill Chung写道:

if the option “Generate app bundle” set to “never”,the version number will be normal.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...