Check if non-zero build number is allowed now

Because:

Package acceptance validation error: Apps are not allowed to have a Version with a revision number other than zero specified in the app manifest
This commit is contained in:
Reinhard Pointner 2016-12-10 11:18:45 +08:00
parent ee43cdd6f6
commit 189a0fb52e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Name="@{microsoft.application.name}" Name="@{microsoft.application.name}"
ProcessorArchitecture="x64" ProcessorArchitecture="x64"
Publisher="@{microsoft.application.publisher}" Publisher="@{microsoft.application.publisher}"
Version="@{application.version}.@{revision}" Version="@{application.version}.0"
/> />
<Properties> <Properties>