Cordova - 设置 windows phone 客户端版本

Cordova - set windows phone client version

在 Cordova (Phonegap) 中,您可以通过 config.xml 文件为 iOS 和 Android 设置特定的应用程序版本:

<widget id="com.MyApp" 
version="2.0" android-versionCode="2217" ios-CFBundleVersion="2.0.2217">

windowsphone是否有类似的属性?即使通过插件。

感谢任何帮助。 谢谢

您可以为 Windows Phone 创建自定义版本。这样你就可以修改小部件并编辑版本号。

http://docs.phonegap.com/references/developer-app/custom-build/win/

编辑:

似乎为 Windows Phone 设置版本是 apache Cordova 5.4.0 中的新功能。

CB-9408 Added support for windows-packageVersion on <widget> 

https://cordova.apache.org/news/2015/11/04/tools-release.html

图片来源: https://cordova.apache.org/docs/en/5.4.0/config_ref/index.html