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

Commit 3667a6e

Browse files
committed
v5.3.0
1 parent 5ee6f47 commit 3667a6e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

LanguageServer/LanguageServer.csproj

+4-3
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.2.0.0</AssemblyVersion>
7+
<AssemblyVersion>5.3.0.0</AssemblyVersion>
88
<Authors>Kentaro Inomata</Authors>
99
<PackageId>LanguageServerProtocol</PackageId>
1010
<Product>LanguageServerProtocol</Product>
@@ -13,7 +13,8 @@
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.2.0: Support the protocol version 3.7.0.
16+
<PackageReleaseNotes>v5.3.0: Support the protocol version 3.7.2.
17+
v5.2.0: Support the protocol version 3.7.0.
1718
v5.1.0: Support the protocol version 3.6.0.
1819
v5.0.0: Support the protocol version 3.4.0.
1920
v4.0.0: Support the protocol version 3.3.0.
@@ -22,7 +23,7 @@ v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and C
2223
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
2324
v1.0.0: initial release.</PackageReleaseNotes>
2425
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25-
<Version>5.2.0</Version>
26+
<Version>5.3.0</Version>
2627
</PropertyGroup>
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2829
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>

nuget/LanguageServerProtocol.nuspec

+2-2
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.2.0</version>
5+
<version>5.3.0</version>
66
<title>LanguageServerProtocol</title>
77
<authors>Kentaro Inomata</authors>
88
<owners>Kentaro Inomata</owners>
@@ -11,7 +11,7 @@
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.2.0: Support the protocol version 3.7.0.&#xD;&#xA;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>
14+
<releaseNotes>v5.3.0: Support the protocol version 3.7.2.&#xD;&#xA;v5.2.0: Support the protocol version 3.7.0.&#xD;&#xA;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>
1515
<copyright>Copyright © 2018 Kentaro Inomata</copyright>
1616
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
1717
<dependencies>

0 commit comments

Comments
 (0)