[ 
https://issues.apache.org/jira/browse/CB-5337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818965#comment-13818965
 ] 

Sergey Grebnov commented on CB-5337:
------------------------------------

Added fix
https://github.com/apache/cordova-cli/pull/76

> 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: Sergey Grebnov
>
> 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)

Reply via email to