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

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matarillo committed Sep 2, 2018
1 parent cc35a4e commit d303240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions LanguageServer/LanguageServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</Description>
<Company />
<Copyright>Copyright © 2018 Kentaro Inomata</Copyright>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>5.1.0.0</AssemblyVersion>
<Authors>Kentaro Inomata</Authors>
<PackageId>LanguageServerProtocol</PackageId>
<Product>LanguageServerProtocol</Product>
Expand All @@ -13,14 +13,15 @@
<RepositoryUrl>https://github.com/matarillo/LanguageServerProtocol.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</PackageTags>
<PackageReleaseNotes>v5.0.0: Support the protocol version 3.4.0.
<PackageReleaseNotes>v5.1.0: Support the protocol version 3.6.0.
v5.0.0: Support the protocol version 3.4.0.
v4.0.0: Support the protocol version 3.3.0.
v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
v1.0.0: initial release.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>5.0.0</Version>
<Version>5.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>
Expand Down
6 changes: 3 additions & 3 deletions nuget/LanguageServerProtocol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>LanguageServerProtocol</id>
<version>5.0.0</version>
<version>5.1.0</version>
<title>LanguageServerProtocol</title>
<authors>Kentaro Inomata</authors>
<owners>Kentaro Inomata</owners>
Expand All @@ -11,8 +11,8 @@
<repository type="git" url="https://github.com/matarillo/LanguageServerProtocol.git"/>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</description>
<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>
<copyright>Copyright © 2017 Kentaro Inomata</copyright>
<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>
<copyright>Copyright © 2018 Kentaro Inomata</copyright>
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
<dependencies>
<group targetFramework="netstandard1.3">
Expand Down

0 comments on commit d303240

Please sign in to comment.