Skip to content

Commit e8089ff

Browse files
committed
1.1.0
1 parent e1a5220 commit e8089ff

File tree

1 file changed

+2
-2
lines changed
  • src/Platform/Microsoft.Testing.Platform/ServerMode/DotnetTest/IPC

1 file changed

+2
-2
lines changed

src/Platform/Microsoft.Testing.Platform/ServerMode/DotnetTest/IPC/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ internal static class ProtocolConstants
3939
{
4040
// The change between 1.0.0 and 1.0.1 is that TerminalOutputDevice is no longer plugged in.
4141
// That's not really a protocol change, but we use the version to signify to SDK that it can avoid output redirection.
42-
// So, when SDK declares itself as supporting 1.0.1, and MTP is also using 1.0.1, and we negotiate to that version.
42+
// So, when SDK declares itself as supporting 1.1.0, and MTP is also using 1.1.0, and we negotiate to that version.
4343
// Then SDK can assume that MTP output doesn't interfere with SDK output, and we can safely let live output to work.
44-
internal const string SupportedVersions = "1.0.0;1.0.1";
44+
internal const string SupportedVersions = "1.0.0;1.1.0";
4545
}

0 commit comments

Comments
 (0)