mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Updated AssemblyInfo template again
This commit is contained in:
parent
2a8e069b85
commit
9c82352411
@ -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)]
|
||||
|
||||
|
@ -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++;
|
||||
}
|
||||
#>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user