diff --git a/doc/vs.md b/doc/vs.md index d9ab1ff9..93ce9c01 100644 --- a/doc/vs.md +++ b/doc/vs.md @@ -12,6 +12,7 @@ When building a Visual Studio extension, you should not include StreamJsonRpc in | VS 2017.6 | 1.3.x | VS 2019.0 | 1.5.x | VS 2019.1 | 1.5.x, 2.0.x +| VS 2019.3 | 1.5.x, 2.1.x StreamJsonRpc versions are forwards and backwards compatible "over the wire". For example it is perfectly legitimate to use StreamJsonRpc 1.4 on the server-side even if the client only uses 1.0, or vice versa.