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

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matarillo committed Aug 30, 2018
1 parent 4af229c commit 233df8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 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>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<Authors>Kentaro Inomata</Authors>
<PackageId>LanguageServerProtocol</PackageId>
<Product>LanguageServerProtocol</Product>
Expand All @@ -13,12 +13,13 @@
<RepositoryUrl>https://github.com/matarillo/LanguageServerProtocol.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</PackageTags>
<PackageReleaseNotes>v3.0.0: Make breaking changes to some types, such as removing, moving to another namespace, etc.
v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties.
v2.0.0: Add ServiceConnection.
<PackageReleaseNotes>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>3.0.0</Version>
<Version>4.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>
Expand Down
5 changes: 3 additions & 2 deletions nuget/LanguageServerProtocol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>LanguageServerProtocol</id>
<version>3.0.0</version>
<version>4.0.0</version>
<title>LanguageServerProtocol</title>
<authors>Kentaro Inomata</authors>
<owners>Kentaro Inomata</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/matarillo/LanguageServerProtocol</projectUrl>
<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>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>
<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>
<copyright>Copyright © 2017 Kentaro Inomata</copyright>
<tags>LanguageServerProtocol language-server-protocol IDE compiler-service vscode omnisharp</tags>
<dependencies>
Expand Down

0 comments on commit 233df8a

Please sign in to comment.