From 4a29de5a4e95630982730da0dd8081ced4a58eeb Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 30 Dec 2025 12:43:54 +0100 Subject: [PATCH] Preview 3 Designation --- .../Properties/DecompilerVersionInfo.template.cs | 2 +- doc/ILSpyAboutPage.txt | 2 +- doc/copyright.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs index 5222f0c7f..c926c1812 100644 --- a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs +++ b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs @@ -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$"; diff --git a/doc/ILSpyAboutPage.txt b/doc/ILSpyAboutPage.txt index cf181a904..1f33ed918 100644 --- a/doc/ILSpyAboutPage.txt +++ b/doc/ILSpyAboutPage.txt @@ -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. diff --git a/doc/copyright.txt b/doc/copyright.txt index 979e262b9..b867e4da2 100644 --- a/doc/copyright.txt +++ b/doc/copyright.txt @@ -1,4 +1,4 @@ -Copyright 2011-2025 for the ILSpy team +Copyright 2011-2026 for the ILSpy team by AlphaSierraPapa, Christoph Wille