Skip to content

Commit bcc3ca8

Browse files
committed
[1.0.8]
1 parent 012996b commit bcc3ca8

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.0.7" ?>
6-
<?define ProductCode = "9D2E8CC7-6C5A-4239-ABF5-B9BA852EB1A6" ?>
5+
<?define ProductVersion="1.0.8" ?>
6+
<?define ProductCode = "1351FCE9-5C7B-4A37-973A-1B60E1935A79" ?>
77
<?define UpgradeCode = "661472ad-167f-47e7-b761-562247fda9b4" ?>
88
<?define ProductName = "ImageInserter_ExcelAddin" ?>
99
<?define Manufacturer = "saka-guchi" ?>

0 commit comments

Comments
 (0)