From d5af0e43a5716c2067cd96facfbb6c7fd842b183 Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Sat, 25 Mar 2023 18:44:40 +0000 Subject: [PATCH] add condition --- mRemoteNG/Properties/AssemblyInfo.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; } #>