Skip to content

Commit

Permalink
Fix file version and typo in Description
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 21, 2019
1 parent 6235495 commit 9f80ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BTCPayServer.Vault/BTCPayServer.Vault.csproj
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Build/vault.nsis
Expand Up @@ -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"
Expand Down

0 comments on commit 9f80ccb

Please sign in to comment.