Skip to content

Commit

Permalink
Merge pull request #46 from BuffettCode/release_new_downloader
Browse files Browse the repository at this point in the history
release 1.0.1.4
  • Loading branch information
shoe116 committed Nov 3, 2021
2 parents 56504a4 + 5cecb85 commit 0637fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuffettCodeExcelAddin32Installer/Bundle.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define InstallerVersion = "1.0.1.3"?>
<?define InstallerVersion = "1.0.1.4"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="!(loc.InstallerName)" Version="$(var.InstallerVersion)" Manufacturer="Buffett Code Inc" UpgradeCode="a0e1d600-fecf-40de-a2ee-28397711c829" Copyright="!(loc.Copyright)" Compressed="yes" IconSourceFile="Resources\Icon.ico">
Expand Down
2 changes: 1 addition & 1 deletion SetupAddinRibbon32/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define ProductVersion = "1.0.1.3"?>
<?define ProductVersion = "1.0.1.4"?>
<?define ProductUpgradeCode = "71768962-ae5a-47d9-a122-879e183253fb"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
Expand Down
2 changes: 1 addition & 1 deletion SetupExcelFunctions32/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductVersion = "1.0.1.3"?>
<?define ProductVersion = "1.0.1.4"?>
<?define ProductUpgradeCode = "01f57a17-805a-4747-98be-543efcb7e17f"?>

<!-- ref https://github.com/Excel-DNA/WiXInstaller/blob/master/Source/ExcelAddInDeploy/Product.wxs -->
Expand Down

0 comments on commit 0637fb9

Please sign in to comment.