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

Commit d4decb5

Browse files
committed
v7.0.1
1 parent f2c5d20 commit d4decb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LanguageServer/LanguageServer.csproj

Lines changed: 2 additions & 2 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>7.0.0.0</AssemblyVersion>
7+
<AssemblyVersion>7.0.1.0</AssemblyVersion>
88
<Authors>Kentaro Inomata</Authors>
99
<PackageId>LanguageServerProtocol</PackageId>
1010
<Product>LanguageServerProtocol</Product>
@@ -26,7 +26,7 @@ v2.1.0: Support the protocol version 3.2.0. Add Connection.ReuestHandlers and C
2626
v2.0.0: Support the protocol version 3.0.0. Add ServiceConnection.
2727
v1.0.0: initial release.</PackageReleaseNotes>
2828
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
29-
<Version>7.0.0</Version>
29+
<Version>7.0.1</Version>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
3232
<DocumentationFile>bin\Debug\netstandard1.3\LanguageServer.xml</DocumentationFile>

nuget/LanguageServerProtocol.nuspec

Lines changed: 1 addition & 1 deletion
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>7.0.0</version>
5+
<version>7.0.1</version>
66
<title>LanguageServerProtocol</title>
77
<authors>Kentaro Inomata</authors>
88
<owners>Kentaro Inomata</owners>

0 commit comments

Comments
 (0)