diff --git a/mRemoteNG/Properties/AssemblyInfo.tt b/mRemoteNG/Properties/AssemblyInfo.tt index 74d381b4..99b07ca0 100644 --- a/mRemoteNG/Properties/AssemblyInfo.tt +++ b/mRemoteNG/Properties/AssemblyInfo.tt @@ -12,7 +12,7 @@ minor = Convert.ToInt32(matches[0].Groups["minor"].Value); revision = Convert.ToInt32(matches[0].Groups["revision"].Value); build = Convert.ToInt32(matches[0].Groups["build"].Value); - if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" ) + if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" || this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release Installer" ) build++; } #>