|
|
@ -1,37 +0,0 @@ |
|
|
|
// <file>
|
|
|
|
// <copyright see="prj:///doc/copyright.txt"/>
|
|
|
|
// <license see="prj:///doc/license.txt"/>
|
|
|
|
// <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/>
|
|
|
|
// <version>$Revision: 1040 $</version>
|
|
|
|
// </file>
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// //
|
|
|
|
// DO NOT EDIT GlobalAssemblyInfo.cs, it is recreated using AssemblyInfo.template whenever //
|
|
|
|
// StartUp is compiled. //
|
|
|
|
// //
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
using System.Reflection; |
|
|
|
using System.Resources; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
[assembly: ComVisible(visibility: false)] |
|
|
|
[assembly: AssemblyCompany("ic#code")] |
|
|
|
[assembly: AssemblyProduct("GitExtensions")] |
|
|
|
[assembly: AssemblyCopyright("2000-2010 AlphaSierraPapa")] |
|
|
|
[assembly: AssemblyVersion(RevisionClass.FullVersion)] |
|
|
|
[assembly: NeutralResourcesLanguage("en-US")] |
|
|
|
|
|
|
|
internal static class RevisionClass |
|
|
|
{ |
|
|
|
public const string Major = "4"; |
|
|
|
public const string Minor = "0"; |
|
|
|
public const string Build = "2"; |
|
|
|
public const string Revision = "6466"; |
|
|
|
|
|
|
|
public const string MainVersion = Major + "." + Minor; |
|
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision; |
|
|
|
} |