Skip to content

Commit fc7ff4b

Browse files
committed
[1.0.1]
1 parent a392a22 commit fc7ff4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SetupWiX/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

44
<!-- バージョンアップ時はProductVersionとProductCode(ツール>GUIDの作成)を変更する -->
5-
<?define ProductVersion="1.1.0" ?>
6-
<?define ProductCode = "124D0BDE-37D3-4E4E-BCD1-7F544D4BC323" ?>
5+
<?define ProductVersion="1.1.1" ?>
6+
<?define ProductCode = "752394CC-E14F-4816-AD2C-1EF01E56CFAA" ?>
77
<?define UpgradeCode = "661472ad-167f-47e7-b761-562247fda9b4" ?>
88
<?define ProductName = "Image Inserter Add-in for Excel" ?>
99
<?define Manufacturer = "saka-guchi" ?>

0 commit comments

Comments
 (0)