|
|
@ -5,11 +5,11 @@ using System.Runtime.InteropServices; |
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// associated with an assembly.
|
|
|
|
[assembly: AssemblyTitle("GitExtensions")] |
|
|
|
[assembly: AssemblyTitle("Git Extensions")] |
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
[assembly: AssemblyCompany("GitExtensions")] |
|
|
|
[assembly: AssemblyProduct("GitExtensions")] |
|
|
|
[assembly: AssemblyCopyright("Copyright © 2008-2018 GitExtensions Team")] |
|
|
|
[assembly: AssemblyCompany("Git Extensions")] |
|
|
|
[assembly: AssemblyProduct("Git Extensions")] |
|
|
|
[assembly: AssemblyCopyright("Copyright © 2008-2019 Git Extensions Team")] |
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
@ -20,9 +20,9 @@ using System.Runtime.InteropServices; |
|
|
|
// Build Number
|
|
|
|
// Revision
|
|
|
|
//
|
|
|
|
[assembly: AssemblyVersion("3.1.0")] |
|
|
|
[assembly: AssemblyFileVersion("3.1.0")] |
|
|
|
[assembly: AssemblyInformationalVersion("3.1.0")] |
|
|
|
[assembly: AssemblyVersion("3.2.0")] |
|
|
|
[assembly: AssemblyFileVersion("3.2.0")] |
|
|
|
[assembly: AssemblyInformationalVersion("3.2.0")] |
|
|
|
|
|
|
|
// Disable CLS compliance. See https://github.com/gitextensions/gitextensions/issues/4710
|
|
|
|
[assembly: CLSCompliant(isCompliant: false)] |
|
|
|