Skip to content

Commit 95046e5

Browse files
committed
Version 3.11
1 parent 056d930 commit 95046e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Installer/PasteIntoFile.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
UpgradeCode='D3BEE3F0-4EC0-44CC-ADDC-E7A3E133B9D2'
77
Name='Paste Into File'
88
Manufacturer='PasteIntoFile'
9-
Version='3.10'>
9+
Version='!(bind.FileVersion.mainExecutable)'>
1010

1111
<Package InstallerVersion='100' Compressed='yes' />
1212
<MediaTemplate EmbedCab="yes"/>

PasteIntoFile/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.10")]
35-
[assembly: AssemblyFileVersion("3.10")]
34+
[assembly: AssemblyVersion("3.11")]
35+
[assembly: AssemblyFileVersion("3.11")]

0 commit comments

Comments
 (0)