Skip to content

Commit 4a29de5

Browse files
Preview 3 Designation
1 parent ceed812 commit 4a29de5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class DecompilerVersionInfo
44
public const string Minor = "0";
55
public const string Build = "0";
66
public const string Revision = "$INSERTREVISION$";
7-
public const string VersionName = "preview2";
7+
public const string VersionName = "preview3";
88

99
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
1010
public const string FullVersionWithShortCommitHash = FullVersion + "+$INSERTSHORTCOMMITHASH$";

doc/ILSpyAboutPage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler.
33
Website: https://ilspy.net/
44
Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose
55

6-
Copyright 2011-2025 AlphaSierraPapa for the ILSpy team
6+
Copyright 2011-2026 AlphaSierraPapa for the ILSpy team
77
Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors
88

99
ILSpy is distributed under the MIT License.

doc/copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2011-2025 for the ILSpy team
1+
Copyright 2011-2026 for the ILSpy team
22
by
33

44
AlphaSierraPapa, Christoph Wille

0 commit comments

Comments
 (0)