Skip to content

Commit 69ef556

Browse files
Set VersionName = null
1 parent b504ca3 commit 69ef556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ILSpy/Properties/AssemblyInfo.template.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal static class RevisionClass
4242
public const string Minor = "1";
4343
public const string Build = "0";
4444
public const string Revision = "$INSERTREVISION$";
45-
public const string VersionName = "rc";
45+
public const string VersionName = null;
4646

4747
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
4848
}

0 commit comments

Comments
 (0)