We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085b1d commit 3a43549Copy full SHA for 3a43549
2 files changed
Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.4.3.0")]
36
-[assembly: AssemblyFileVersion("1.4.3.0")]
+[assembly: AssemblyVersion("1.4.4.0")]
+[assembly: AssemblyFileVersion("1.4.4.0")]
Setup/Package.wxs
@@ -2,6 +2,7 @@
2
<Package Id="CollectiveSoftware.ClickPaste_installer" Name="ClickPaste" Manufacturer="Collective Software" Language="1033"
3
UpgradeCode="{9717164F-7F5C-4F28-B289-59BD60627FA3}"
4
Version="!(bind.fileVersion.ClickPaste.exe)">
5
+ <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
6
7
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" />
8
0 commit comments