Skip to content

Commit

Permalink
5.2 Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Romanov committed Jan 16, 2024
1 parent 6571aa3 commit ba17576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/GlobalAssemblyInfo.cs.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal static class RevisionClass
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "Beta"; // "" is not valid for no version name, you have to use null if you don't want a version name (eg "Beta 1")
public const string VersionName = "Beta 2"; // "" is not valid for no version name, you have to use null if you don't want a version name (eg "Beta 1")

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

0 comments on commit ba17576

Please sign in to comment.