We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af03ec commit f2bf85aCopy full SHA for f2bf85a
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.1.3" ?>
6
- <?define ProductCode = "D68AE878-C5B3-43A7-8B70-FFBC89E9CBF5" ?>
+ <?define ProductVersion="1.1.4" ?>
+ <?define ProductCode = "C8582977-E746-42F0-A96D-C60B2D535225" ?>
7
<?define UpgradeCode = "661472ad-167f-47e7-b761-562247fda9b4" ?>
8
<?define ProductName = "Image Inserter Add-in for Excel" ?>
9
<?define Manufacturer = "saka-guchi" ?>
0 commit comments