Browse Source

Fix copyright year in ILSpy.exe metadata

pull/1051/head
Siegfried Pammer 8 years ago
parent
commit
5f68f80a1c
  1. 2
      ILSpy/Properties/AssemblyInfo.template.cs

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -16,7 +16,7 @@ using System.Diagnostics.CodeAnalysis; @@ -16,7 +16,7 @@ using System.Diagnostics.CodeAnalysis;
[assembly: AssemblyDescription(".NET assembly inspector and decompiler")]
[assembly: AssemblyCompany("ic#code")]
[assembly: AssemblyProduct("ILSpy")]
[assembly: AssemblyCopyright("Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyCopyright("Copyright 2011-$INSERTYEAR$ AlphaSierraPapa for the SharpDevelop Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Loading…
Cancel
Save