Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 5a04778

Browse files
authored
Merge pull request #43 from BuffettCode/bump-version-1013
Bump version to 1.0.1.3
2 parents d688203 + 71fba0c commit 5a04778

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BuffettCodeExcelAddin32Installer/Bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?define InstallerVersion = "1.0.1.2"?>
2+
<?define InstallerVersion = "1.0.1.3"?>
33
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
44
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
55
<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">

SetupAddinRibbon32/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?define ProductVersion = "1.0.1.2"?>
2+
<?define ProductVersion = "1.0.1.3"?>
33
<?define ProductUpgradeCode = "71768962-ae5a-47d9-a122-879e183253fb"?>
44

55
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

SetupExcelFunctions32/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<?define ProductVersion = "1.0.1.2"?>
2+
<?define ProductVersion = "1.0.1.3"?>
33
<?define ProductUpgradeCode = "01f57a17-805a-4747-98be-543efcb7e17f"?>
44

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

0 commit comments

Comments
 (0)