We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012996b commit bcc3ca8Copy full SHA for bcc3ca8
1 file changed
SetupWiX/Product.wxs
@@ -2,8 +2,8 @@
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
4
<!-- バージョンアップ時はProductVersionとProductCode(ツール>GUIDの作成)を変更する -->
5
-<?define ProductVersion="1.0.7" ?>
6
-<?define ProductCode = "9D2E8CC7-6C5A-4239-ABF5-B9BA852EB1A6" ?>
+<?define ProductVersion="1.0.8" ?>
+<?define ProductCode = "1351FCE9-5C7B-4A37-973A-1B60E1935A79" ?>
7
<?define UpgradeCode = "661472ad-167f-47e7-b761-562247fda9b4" ?>
8
<?define ProductName = "ImageInserter_ExcelAddin" ?>
9
<?define Manufacturer = "saka-guchi" ?>
0 commit comments