Skip to content

Commit 507da70

Browse files
Set VersionName for release
1 parent 3a809d7 commit 507da70

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 = "RC";
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)