diff --git a/LanguageServer/LanguageServer.csproj b/LanguageServer/LanguageServer.csproj index c215fd5..b6a0d10 100644 --- a/LanguageServer/LanguageServer.csproj +++ b/LanguageServer/LanguageServer.csproj @@ -4,7 +4,7 @@ A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol). Copyright © 2018 Kentaro Inomata - 3.0.0.0 + 4.0.0.0 Kentaro Inomata LanguageServerProtocol LanguageServerProtocol @@ -13,12 +13,13 @@ https://github.com/matarillo/LanguageServerProtocol.git git LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp - v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc. -v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties. -v2.0.0: Add ServiceConnection. + 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. true - 3.0.0 + 4.0.0 bin\Debug\netstandard1.3\LanguageServer.xml diff --git a/nuget/LanguageServerProtocol.nuspec b/nuget/LanguageServerProtocol.nuspec index 92c0e73..6522322 100644 --- a/nuget/LanguageServerProtocol.nuspec +++ b/nuget/LanguageServerProtocol.nuspec @@ -2,15 +2,16 @@ LanguageServerProtocol - 3.0.0 + 4.0.0 LanguageServerProtocol Kentaro Inomata Kentaro Inomata https://opensource.org/licenses/MIT https://github.com/matarillo/LanguageServerProtocol + false A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol). - v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc. v2.0.0: Add ServiceConnection. v1.0.0: initial release. + 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. Copyright © 2017 Kentaro Inomata LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp