Updated AssemblyInfo template again

This commit is contained in:
Terry MacDonald 2021-11-20 09:01:31 +13:00
parent 2a8e069b85
commit 9c82352411
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ using System.Resources;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("LittleBitBig")]
[assembly: AssemblyProduct("DisplayMagician")]
[assembly: AssemblyCopyright("Copyright © Terry MacDonald 2020-2021")]
[assembly: AssemblyCopyright("Copyright © Terry MacDonald 2020-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -26,8 +26,8 @@ using System.Resources;
[assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")]
// Version information
[assembly: AssemblyVersion("2.1.0.254")]
[assembly: AssemblyFileVersion("2.1.0.254")]
[assembly: AssemblyVersion("2.1.1.255")]
[assembly: AssemblyFileVersion("2.1.1.255")]
[assembly: NeutralResourcesLanguageAttribute( "en" )]
[assembly: CLSCompliant(true)]

View File

@ -12,8 +12,8 @@
minor = Convert.ToInt32(matches[0].Groups["minor"].Value);
build = Convert.ToInt32(matches[0].Groups["build"].Value) + 1;
revision = Convert.ToInt32(matches[0].Groups["revision"].Value);
if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" )
revision++;
//if( this.Host.ResolveParameterValue("-","-","BuildConfiguration") == "Release" )
// revision++;
}
#>