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

Commit 233df8a

Browse files
committed
v4.0.0
1 parent 4af229c commit 233df8a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

LanguageServer/LanguageServer.csproj

Lines changed: 6 additions & 5 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>3.0.0.0</AssemblyVersion>
7+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
88
<Authors>Kentaro Inomata</Authors>
99
<PackageId>LanguageServerProtocol</PackageId>
1010
<Product>LanguageServerProtocol</Product>
@@ -13,12 +13,13 @@
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>v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
17-
v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
18-
v2.0.0: Add ServiceConnection.
16+
<PackageReleaseNotes>v4.0.0: Support the protocol version 3.3.0.
17+
v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
18+
v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
19+
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
1920
v1.0.0: initial release.</PackageReleaseNotes>
2021
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
21-
<Version>3.0.0</Version>
22+
<Version>4.0.0</Version>
2223
</PropertyGroup>
2324
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2425
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>

nuget/LanguageServerProtocol.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LanguageServerProtocol</id>
5-
<version>3.0.0</version>
5+
<version>4.0.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>
11+
<repository type="git" url="https://github.com/matarillo/LanguageServerProtocol.git"/>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1213
<description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</description>
13-
<releaseNotes>v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.&#xD;&#xA;v2.0.0: Add ServiceConnection.&#xD;&#xA;v1.0.0: initial release.</releaseNotes>
14+
<releaseNotes>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>
1415
<copyright>Copyright © 2017 Kentaro Inomata</copyright>
1516
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
1617
<dependencies>

0 commit comments

Comments
 (0)