Browse Source

Set version number to 2.2

pull/477/head 2.2
Daniel Grunwald 11 years ago
parent
commit
cc270c8f20
  1. 2
      ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs
  2. 4
      ILSpy/Properties/AssemblyInfo.template.cs

2
ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs

@ -11,7 +11,7 @@ using System.Runtime.InteropServices; @@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("IL decompiler engine")]
[assembly: AssemblyCompany("ic#code")]
[assembly: AssemblyProduct("ILSpy")]
[assembly: AssemblyCopyright("Copyright 2011 AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyCopyright("Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

4
ILSpy/Properties/AssemblyInfo.template.cs

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

Loading…
Cancel
Save