Skip to content

Commit 61f79a0

Browse files
RC1 will be the next release
1 parent be54b44 commit 61f79a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 @@
44
public const string Minor = "0";
55
public const string Build = "0";
66
public const string Revision = "$INSERTREVISION$";
7-
public const string VersionName = "preview4";
7+
public const string VersionName = "rc1";
88

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

0 commit comments

Comments
 (0)