Browse Source

Set to version 2.3.2 and copyright years to 2016

pull/689/head
Christoph Wille 10 years ago
parent
commit
3883cfce37
  1. 4
      ILSpy/Properties/AssemblyInfo.template.cs
  2. 2
      README.txt

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription(".NET assembly inspector and decompiler")] [assembly: AssemblyDescription(".NET assembly inspector and decompiler")]
[assembly: AssemblyCompany("ic#code")] [assembly: AssemblyCompany("ic#code")]
[assembly: AssemblyProduct("ILSpy")] [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: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -36,7 +36,7 @@ internal static class RevisionClass
{ {
public const string Major = "2"; public const string Major = "2";
public const string Minor = "3"; public const string Minor = "3";
public const string Build = "1"; public const string Build = "2";
public const string Revision = "$INSERTREVISION$"; public const string Revision = "$INSERTREVISION$";
public const string VersionName = null; public const string VersionName = null;

2
README.txt

@ -1,7 +1,7 @@
ILSpy is the open-source .NET assembly browser and decompiler. ILSpy is the open-source .NET assembly browser and decompiler.
Website: http://www.ilspy.net/ Website: http://www.ilspy.net/
Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop team Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop team
License: ILSpy is distributed under the MIT License. License: ILSpy is distributed under the MIT License.
Included open-source libraries: Included open-source libraries:

Loading…
Cancel
Save