Fix file version and typo in Description

This commit is contained in:
nicolas.dorier 2019-11-21 17:52:13 +09:00
parent 6235495e0e
commit 9f80ccb6c4
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<Version>0.0.3</Version>
<Company>BTCPay Server</Company>
<Title>BTCPayServer Vault</Title>
<Description>Allow webapplication to access your favorite Bitcoin hardware wallet</Description>
<Description>Allow web application to access your favorite Bitcoin hardware wallet</Description>
<ApplicationIcon>../BTCPayServerVault.ico</ApplicationIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

View File

@ -50,7 +50,7 @@
Caption "${PRODUCT_NAME}"
;Adds the Product Version on top of the Version Tab in the Properties of the file.
VIProductVersion 1.0.0.0
VIProductVersion ${PRODUCT_VERSION}
;VIAddVersionKey - Adds a field in the Version Tab of the File Properties. This can either be a field provided by the system or a user defined field.
VIAddVersionKey ProductName "${PRODUCT_NAME} Installer"