Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit d303240

Browse files
committed
v5.1.0
1 parent cc35a4e commit d303240

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

LanguageServer/LanguageServer.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</Description>
55
<Company />
66
<Copyright>Copyright © 2018 Kentaro Inomata</Copyright>
7-
<AssemblyVersion>5.0.0.0</AssemblyVersion>
7+
<AssemblyVersion>5.1.0.0</AssemblyVersion>
88
<Authors>Kentaro Inomata</Authors>
99
<PackageId>LanguageServerProtocol</PackageId>
1010
<Product>LanguageServerProtocol</Product>
@@ -13,14 +13,15 @@
1313
<RepositoryUrl>https://github.com/matarillo/LanguageServerProtocol.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</PackageTags>
16-
<PackageReleaseNotes>v5.0.0: Support the protocol version 3.4.0.
16+
<PackageReleaseNotes>v5.1.0: Support the protocol version 3.6.0.
17+
v5.0.0: Support the protocol version 3.4.0.
1718
v4.0.0: Support the protocol version 3.3.0.
1819
v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
1920
v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
2021
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
2122
v1.0.0: initial release.</PackageReleaseNotes>
2223
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23-
<Version>5.0.0</Version>
24+
<Version>5.1.0</Version>
2425
</PropertyGroup>
2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2627
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>

nuget/LanguageServerProtocol.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LanguageServerProtocol</id>
5-
<version>5.0.0</version>
5+
<version>5.1.0</version>
66
<title>LanguageServerProtocol</title>
77
<authors>Kentaro Inomata</authors>
88
<owners>Kentaro Inomata</owners>
@@ -11,8 +11,8 @@
1111
<repository type="git" url="https://github.com/matarillo/LanguageServerProtocol.git"/>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</description>
14-
<releaseNotes>v5.0.0: Support the protocol version 3.4.0.&#xD;&#xA;v4.0.0: Support the protocol version 3.3.0.&#xD;&#xA;v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.&#xD;&#xA;v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.&#xD;&#xA;v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</releaseNotes>
15-
<copyright>Copyright © 2017 Kentaro Inomata</copyright>
14+
<releaseNotes>v5.1.0: Support the protocol version 3.6.0.&#xD;&#xA;v5.0.0: Support the protocol version 3.4.0.&#xD;&#xA;v4.0.0: Support the protocol version 3.3.0.&#xD;&#xA;v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.&#xD;&#xA;v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.&#xD;&#xA;v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</releaseNotes>
15+
<copyright>Copyright © 2018 Kentaro Inomata</copyright>
1616
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
1717
<dependencies>
1818
<group targetFramework="netstandard1.3">

0 commit comments

Comments
 (0)