We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be54b44 commit 61f79a0Copy full SHA for 61f79a0
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs
@@ -4,7 +4,7 @@
4
public const string Minor = "0";
5
public const string Build = "0";
6
public const string Revision = "$INSERTREVISION$";
7
- public const string VersionName = "preview4";
+ public const string VersionName = "rc1";
8
9
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
10
public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$";
0 commit comments