Skip to content

Commit

Permalink
Document which VS version ships StreamJsonRpc 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott authored Aug 16, 2019
1 parent 8f34c5a commit 7f5f1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7f5f1af

Please sign in to comment.