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 056d930 commit 95046e5Copy full SHA for 95046e5
Installer/PasteIntoFile.wxs
@@ -6,7 +6,7 @@
6
UpgradeCode='D3BEE3F0-4EC0-44CC-ADDC-E7A3E133B9D2'
7
Name='Paste Into File'
8
Manufacturer='PasteIntoFile'
9
- Version='3.10'>
+ Version='!(bind.FileVersion.mainExecutable)'>
10
11
<Package InstallerVersion='100' Compressed='yes' />
12
<MediaTemplate EmbedCab="yes"/>
PasteIntoFile/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("3.10")]
35
-[assembly: AssemblyFileVersion("3.10")]
+[assembly: AssemblyVersion("3.11")]
+[assembly: AssemblyFileVersion("3.11")]
0 commit comments