This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 >
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.
 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 >
Original file line number Diff line number Diff line change 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.
 v1.0.0: initial release.</releaseNotes >
13+ <releaseNotes >v2.1.0: Add Connection.ReuestHandlers and Connection.NotificationHandlers public properties. 
 v2. 0.0: Add ServiceConnection.
 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 >
You can’t perform that action at this time.
0 commit comments