diff --git a/BTCPayServer.Vault/BTCPayServer.Vault.csproj b/BTCPayServer.Vault/BTCPayServer.Vault.csproj index e3a3470..ec3bbae 100644 --- a/BTCPayServer.Vault/BTCPayServer.Vault.csproj +++ b/BTCPayServer.Vault/BTCPayServer.Vault.csproj @@ -6,7 +6,7 @@ 0.0.3 BTCPay Server BTCPayServer Vault - Allow webapplication to access your favorite Bitcoin hardware wallet + Allow web application to access your favorite Bitcoin hardware wallet ../BTCPayServerVault.ico MIT diff --git a/Build/vault.nsis b/Build/vault.nsis index b18d439..e687002 100644 --- a/Build/vault.nsis +++ b/Build/vault.nsis @@ -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"