Skip to content

Commit d280f55

Browse files
Set VersionName = "rc2"
1 parent e9cf52d commit d280f55

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 = "0";
4343
public const string Build = "0";
4444
public const string Revision = "$INSERTREVISION$";
45-
public const string VersionName = "rc1";
45+
public const string VersionName = "rc2";
4646

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

0 commit comments

Comments
 (0)