Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Dec 31, 2018
1 parent b7136cc commit ed8956e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/FsAutoComplete/AssemblyInfo.fs
Expand Up @@ -7,7 +7,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.34.0")>]
[<assembly: AssemblyFileVersionAttribute("0.34.0")>]
[<assembly: AssemblyMetadataAttribute("githash","c87ae1cbba26147d09e0c3755d8867e375bafa51")>]
[<assembly: AssemblyMetadataAttribute("githash","b7136cc090788339a079f55189b3330651ff76b0")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -16,4 +16,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A command line tool for interfacing with FSharp.Compiler.Service over a pipe."
let [<Literal>] AssemblyVersion = "0.34.0"
let [<Literal>] AssemblyFileVersion = "0.34.0"
let [<Literal>] AssemblyMetadata_githash = "c87ae1cbba26147d09e0c3755d8867e375bafa51"
let [<Literal>] AssemblyMetadata_githash = "b7136cc090788339a079f55189b3330651ff76b0"
1 change: 0 additions & 1 deletion src/FsAutoComplete/FsAutoComplete.Lsp.fs
Expand Up @@ -440,7 +440,6 @@ open LanguageServerProtocol.LspResult
open FsAutoComplete
open FSharpLint.Application.LintWarning
open Newtonsoft.Json.Linq
open YoLo

type PlainNotification= { Content: string }

Expand Down

0 comments on commit ed8956e

Please sign in to comment.