LanguageServerProtocol 7.0.1
dotnet add package LanguageServerProtocol --version 7.0.1
NuGet\Install-Package LanguageServerProtocol -Version 7.0.1
<PackageReference Include="LanguageServerProtocol" Version="7.0.1" />
paket add LanguageServerProtocol --version 7.0.1
#r "nuget: LanguageServerProtocol, 7.0.1"
// Install LanguageServerProtocol as a Cake Addin
#addin nuget:?package=LanguageServerProtocol&version=7.0.1
// Install LanguageServerProtocol as a Cake Tool
#tool nuget:?package=LanguageServerProtocol&version=7.0.1
A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.3
- Matarillo.IO (>= 1.0.0)
- Newtonsoft.Json (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.1 | 1,284 | 9/6/2018 |
7.0.0 | 806 | 9/2/2018 |
6.1.0 | 630 | 9/2/2018 |
6.0.0 | 633 | 9/2/2018 |
5.3.0 | 627 | 9/2/2018 |
5.2.0 | 635 | 9/2/2018 |
5.1.0 | 626 | 9/2/2018 |
5.0.0 | 685 | 9/2/2018 |
4.0.0 | 631 | 8/30/2018 |
3.0.0 | 675 | 8/26/2018 |
2.1.0 | 729 | 8/11/2018 |
2.0.5 | 696 | 8/11/2018 |
2.0.4 | 705 | 8/5/2018 |
2.0.3 | 701 | 8/3/2018 |
2.0.2 | 948 | 8/1/2017 |
2.0.1 | 1,840 | 6/9/2017 |
2.0.0 | 766 | 6/9/2017 |
1.0.2 | 808 | 6/2/2017 |
v7.0.0: Support the protocol version 3.10.0.
v6.1.0: Support the protocol version 3.9.0.
v6.0.0: Support the protocol version 3.8.0.
v5.3.0: Support the protocol version 3.7.2.
v5.2.0: Support the protocol version 3.7.0.
v5.1.0: Support the protocol version 3.6.0.
v5.0.0: Support the protocol version 3.4.0.
v4.0.0: Support the protocol version 3.3.0.
v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
v1.0.0: initial release.