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

Commit cbee169

Browse files
committed
v7.0.0
1 parent 52d7deb commit cbee169

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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>6.1.0.0</AssemblyVersion>
7+
<AssemblyVersion>7.0.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>v6.1.0: Support the protocol version 3.9.0.
16+
<PackageReleaseNotes>v7.0.0: Support the protocol version 3.10.0.
17+
v6.1.0: Support the protocol version 3.9.0.
1718
v6.0.0: Support the protocol version 3.8.0.
1819
v5.3.0: Support the protocol version 3.7.2.
1920
v5.2.0: Support the protocol version 3.7.0.
@@ -25,7 +26,7 @@ v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and C
2526
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
2627
v1.0.0: initial release.</PackageReleaseNotes>
2728
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28-
<Version>6.1.0</Version>
29+
<Version>7.0.0</Version>
2930
</PropertyGroup>
3031
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
3132
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>

nuget/LanguageServerProtocol.nuspec

Lines changed: 2 additions & 2 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>6.1.0</version>
5+
<version>7.0.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>v6.1.0: Support the protocol version 3.9.0.&#xD;&#xA;v6.0.0: Support the protocol version 3.8.0.&#xD;&#xA;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>
14+
<releaseNotes>v7.0.0: Support the protocol version 3.10.0.&#xD;&#xA;v6.1.0: Support the protocol version 3.9.0.&#xD;&#xA;v6.0.0: Support the protocol version 3.8.0.&#xD;&#xA;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)