You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2013/11/11 14:45:17 UTC

[jira] [Assigned] (CB-5337) Windows8 build fails due to invalid app version

     [ https://issues.apache.org/jira/browse/CB-5337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov reassigned CB-5337:
----------------------------------

    Assignee: Jesse MacFadyen  (was: Sergey Grebnov)

> Windows8 build fails due to invalid app version
> -----------------------------------------------
>
>                 Key: CB-5337
>                 URL: https://issues.apache.org/jira/browse/CB-5337
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Windows 8
>         Environment: Windows8
>            Reporter: Sergey Grebnov
>            Assignee: Jesse MacFadyen
>
> package.appxmanifest(3,85): error APPX3022: App manifest validation failed. Value '0.0.1' of attribute '/Package/Identity/@Version' must contain a valid four-part version number. [c:\..\mobilespec\platforms\windows8\CordovaApp.jsproj]
> This is because by default Apacge Cordova recommends to use three-digits version number, https://build.phonegap.com/docs/config-xml
> 'version: for best results, use a major/minor/patch style version, with three numbers, such as 0.0.1'
> But Windows Store app requires app version to be four-digits number: <major version>.<minor version>.<build number>.<revision>
> So we should manually add required version part at the end.



--
This message was sent by Atlassian JIRA
(v6.1#6144)