Skip to content

Commit 220b4cb

Browse files
Set version for release
1 parent 29ca38d commit 220b4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

+1-1
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 = "rc1";
7+
public const string VersionName = null;
88

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

0 commit comments

Comments
 (0)