Browse Source

Preview 3 Designation

master
Christoph Wille 2 days ago
parent
commit
4a29de5a4e
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs
  2. 2
      doc/ILSpyAboutPage.txt
  3. 2
      doc/copyright.txt

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

@ -4,7 +4,7 @@ public static class DecompilerVersionInfo @@ -4,7 +4,7 @@ public static class DecompilerVersionInfo
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview2";
public const string VersionName = "preview3";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
public const string FullVersionWithShortCommitHash = FullVersion + "+$INSERTSHORTCOMMITHASH$";

2
doc/ILSpyAboutPage.txt

@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler. @@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler.
Website: https://ilspy.net/
Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose
Copyright 2011-2025 AlphaSierraPapa for the ILSpy team
Copyright 2011-2026 AlphaSierraPapa for the ILSpy team
Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors
ILSpy is distributed under the MIT License.

2
doc/copyright.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
Copyright 2011-2025 for the ILSpy team
Copyright 2011-2026 for the ILSpy team
by
AlphaSierraPapa, Christoph Wille

Loading…
Cancel
Save