Skip to content

Commit

Permalink
installer/windows: version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic committed Feb 22, 2017
1 parent c12a374 commit b81818c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions installer/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chain Core Windows Installer changelog

## 1.0.2 (February 22, 2017)

* Resolve issue running Chain Core on non-English systems

## 1.0.1 (December 2, 2016)

* Updated to Chain Core [1.0.2](../../cmd/cored/CHANGELOG.md#1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/ChainPackage/ChainCoreInstaller.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:http="http://schemas.microsoft.com/wix/HttpExtension"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" Name="Chain Core Package" Language="1033" Version="1.0.1" Manufacturer="Chain Inc." UpgradeCode="eaa938af-2d6c-4912-b33d-1a09a6b1e81c">
<Product Id="*" Name="Chain Core Package" Language="1033" Version="1.0.2" Manufacturer="Chain Inc." UpgradeCode="eaa938af-2d6c-4912-b33d-1a09a6b1e81c">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down

0 comments on commit b81818c

Please sign in to comment.