Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 428558d

Browse files
Beta 4 designation
1 parent c430510 commit 428558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main/GlobalAssemblyInfo.cs.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ internal static class RevisionClass
4646
public const string Minor = "0";
4747
public const string Build = "0";
4848
public const string Revision = "$INSERTREVISION$";
49-
public const string VersionName = "Beta 3"; // "" is not valid for no version name, you have to use null if you don't want a version name (eg "Beta 1")
49+
public const string VersionName = "Beta 4"; // "" is not valid for no version name, you have to use null if you don't want a version name (eg "Beta 1")
5050

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

0 commit comments

Comments
 (0)