mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Revert:
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:
parent
ee43cdd6f6
commit
189a0fb52e
@ -10,7 +10,7 @@
|
||||
Name="@{microsoft.application.name}"
|
||||
ProcessorArchitecture="x64"
|
||||
Publisher="@{microsoft.application.publisher}"
|
||||
Version="@{application.version}.@{revision}"
|
||||
Version="@{application.version}.0"
|
||||
/>
|
||||
|
||||
<Properties>
|
||||
|
Loading…
Reference in New Issue
Block a user