Skip to content

Commit

Permalink
Merge pull request #37 from rneatherway/master
Browse files Browse the repository at this point in the history
Update for release 0.19.0
  • Loading branch information
rneatherway committed Jun 30, 2015
2 parents 4621181 + d4b73d9 commit b7a9d70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FSharp.AutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyProductAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.18.2")>]
[<assembly: AssemblyFileVersionAttribute("0.18.2")>]
[<assembly: AssemblyVersionAttribute("0.19.0")>]
[<assembly: AssemblyFileVersionAttribute("0.19.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.18.2"
let [<Literal>] Version = "0.19.0"
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.19.0 - 30.06.2015

* Add symboluse command - https://github.com/fsharp/FsAutoComplete/pull/34
Breaking change: all columns returned are now 1-based. Format of error
locations has also changed to be more consistent with other formats.
* Add param completion command - https://github.com/fsharp/FsAutoComplete/pull/30

#### 0.18.2 - 13.06.2015

* Update to FCS 0.0.90 (fix referencing PCL projects) - https://github.com/fsharp/FsAutoComplete/pull/26
Expand Down

0 comments on commit b7a9d70

Please sign in to comment.