Skip to content

Commit d4b73d9

Browse files
committed
Update for release 0.19.0
1 parent 4621181 commit d4b73d9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

FSharp.AutoComplete/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.AutoComplete")>]
55
[<assembly: AssemblyProductAttribute("FSharp.AutoComplete")>]
66
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
7-
[<assembly: AssemblyVersionAttribute("0.18.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.18.2")>]
7+
[<assembly: AssemblyVersionAttribute("0.19.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.19.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.18.2"
12+
let [<Literal>] Version = "0.19.0"

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 0.19.0 - 30.06.2015
2+
3+
* Add symboluse command - https://github.com/fsharp/FsAutoComplete/pull/34
4+
Breaking change: all columns returned are now 1-based. Format of error
5+
locations has also changed to be more consistent with other formats.
6+
* Add param completion command - https://github.com/fsharp/FsAutoComplete/pull/30
7+
18
#### 0.18.2 - 13.06.2015
29

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

0 commit comments

Comments
 (0)