// // // // // $Revision$ // using System; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyCompany("ic#code")] [assembly: AssemblyCopyright("2000-2010 AlphaSierraPapa")] [assembly: NeutralResourcesLanguage("en-US")] [assembly: StringFreezing] [assembly: AssemblyTitle("ICSharpCode.TextEditor v4.0.2.6466")] [assembly: AssemblyDescription("This is a GitExtensions fork of SharpDevelop .NET text editor control")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("GitExtensions")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // [assembly: AssemblyVersion("3.1.0")] [assembly: AssemblyFileVersion("3.1.0")] [assembly: AssemblyInformationalVersion("3.1.0")] // Disable CLS compliance. See https://github.com/gitextensions/gitextensions/issues/4710 [assembly: CLSCompliant(isCompliant: false)] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)]