Skip to content

Commit ee10d29

Browse files
Update for v7 P3
1 parent efd1642 commit ee10d29

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
@@ -40,7 +40,7 @@ internal static class RevisionClass
4040
public const string Minor = "0";
4141
public const string Build = "0";
4242
public const string Revision = "$INSERTREVISION$";
43-
public const string VersionName = "preview2";
43+
public const string VersionName = "preview3";
4444

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

0 commit comments

Comments
 (0)