Skip to content

Commit f6e6ccb

Browse files
authored
Merge pull request #2079 from Hosch250/moveCloserToUsageBug
Release 2.0.6 stuff
2 parents a4b38d0 + 065731e commit f6e6ccb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Installer Build Script.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ OutputDir={#OutputDirectory}
2727
OutputBaseFilename=Rubberduck.Setup.{#AppVersion}
2828
Compression=lzma
2929
SolidCompression=yes
30+
SignTool=RubberduckSignTool /d $qRubberduck Installer$q $f
3031

3132
ArchitecturesAllowed=x86 x64
3233
ArchitecturesInstallIn64BitMode=x64

RetailCoder.VBE/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("2.0.5.*")]
35-
[assembly: AssemblyFileVersion("2.0.5.0")]
34+
[assembly: AssemblyVersion("2.0.6.*")]
35+
[assembly: AssemblyFileVersion("2.0.6.0")]

0 commit comments

Comments
 (0)