File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ICSharpCode.Decompiler/Properties Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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$" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ILSpy is the open-source .NET assembly browser and decompiler.
33Website: https://ilspy.net/
44Found 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
77Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors
88
99ILSpy is distributed under the MIT License.
Original file line number Diff line number Diff line change 1- Copyright 2011-2025 for the ILSpy team
1+ Copyright 2011-2026 for the ILSpy team
22by
33
44 AlphaSierraPapa, Christoph Wille
You can’t perform that action at this time.
0 commit comments