|
4 | 4 | <Description>A library to handle Language Server Protocol (https://github.com/Microsoft/language-server-protocol).</Description> |
5 | 5 | <Company /> |
6 | 6 | <Copyright>Copyright © 2018 Kentaro Inomata</Copyright> |
7 | | - <AssemblyVersion>3.0.0.0</AssemblyVersion> |
| 7 | + <AssemblyVersion>4.0.0.0</AssemblyVersion> |
8 | 8 | <Authors>Kentaro Inomata</Authors> |
9 | 9 | <PackageId>LanguageServerProtocol</PackageId> |
10 | 10 | <Product>LanguageServerProtocol</Product> |
|
13 | 13 | <RepositoryUrl>https://github.com/matarillo/LanguageServerProtocol.git</RepositoryUrl> |
14 | 14 | <RepositoryType>git</RepositoryType> |
15 | 15 | <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. |
19 | 20 | v1.0.0: initial release.</PackageReleaseNotes> |
20 | 21 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
21 | | - <Version>3.0.0</Version> |
| 22 | + <Version>4.0.0</Version> |
22 | 23 | </PropertyGroup> |
23 | 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
24 | 25 | <DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile> |
|
0 commit comments