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

Commit 799af83

Browse files
committed
v2.1.0 (same as v2.0.5 except the version number)
1 parent 9b13171 commit 799af83

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

LanguageServer/LanguageServer.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</Description>
66
<Company />
77
<Copyright>Copyright © 2018 Kentaro Inomata</Copyright>
8-
<AssemblyVersion>2.0.5.0</AssemblyVersion>
8+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
99
<Authors>Kentaro Inomata</Authors>
1010
<PackageId>LanguageServerProtocol</PackageId>
1111
<Product>LanguageServerProtocol</Product>
@@ -14,9 +14,11 @@
1414
<RepositoryUrl>https://github.com/matarillo/LanguageServerProtocol.git</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageTags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</PackageTags>
17-
<PackageReleaseNotes>v2.0.0: Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</PackageReleaseNotes>
17+
<PackageReleaseNotes>v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
18+
v2.0.0: Add ServiceConnection.
19+
v1.0.0: initial release.</PackageReleaseNotes>
1820
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19-
<Version>2.0.5</Version>
21+
<Version>2.1.0</Version>
2022
</PropertyGroup>
2123

2224
<ItemGroup>

nuget/LanguageServerProtocol.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LanguageServerProtocol</id>
5-
<version>2.0.5</version>
5+
<version>2.1.0</version>
66
<title>LanguageServerProtocol</title>
77
<authors>Kentaro Inomata<</authors>
88
<owners>Kentaro Inomata<</owners>
99
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
1010
<projectUrl>https://github.com/matarillo/LanguageServerProtocol</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</description>
13-
<releaseNotes>v2.0.0: Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</releaseNotes>
13+
<releaseNotes>v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.&#xD;&#xA;v2.0.0: Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</releaseNotes>
1414
<copyright>Copyright © 2018 Kentaro Inomata<</copyright>
1515
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
1616
<dependencies>

0 commit comments

Comments
 (0)