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.
2 parents a4b38d0 + 065731e commit f6e6ccbCopy full SHA for f6e6ccb
Installer Build Script.iss
@@ -27,6 +27,7 @@ OutputDir={#OutputDirectory}
27
OutputBaseFilename=Rubberduck.Setup.{#AppVersion}
28
Compression=lzma
29
SolidCompression=yes
30
+SignTool=RubberduckSignTool /d $qRubberduck Installer$q $f
31
32
ArchitecturesAllowed=x86 x64
33
ArchitecturesInstallIn64BitMode=x64
RetailCoder.VBE/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("2.0.5.*")]
35
-[assembly: AssemblyFileVersion("2.0.5.0")]
+[assembly: AssemblyVersion("2.0.6.*")]
+[assembly: AssemblyFileVersion("2.0.6.0")]
0 commit comments