|
|
|
@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
@@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
|
|
|
|
|
[assembly: AssemblyDescription(".NET assembly inspector and decompiler")] |
|
|
|
|
[assembly: AssemblyCompany("ic#code")] |
|
|
|
|
[assembly: AssemblyProduct("ILSpy")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop Team")] |
|
|
|
|
[assembly: AssemblyCopyright("Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop Team")] |
|
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ internal static class RevisionClass
@@ -36,7 +36,7 @@ internal static class RevisionClass
|
|
|
|
|
{ |
|
|
|
|
public const string Major = "2"; |
|
|
|
|
public const string Minor = "3"; |
|
|
|
|
public const string Build = "1"; |
|
|
|
|
public const string Build = "2"; |
|
|
|
|
public const string Revision = "$INSERTREVISION$"; |
|
|
|
|
public const string VersionName = null; |
|
|
|
|
|
|
|
|
|