File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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.17 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.17 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.18 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.18 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.17 .0"
12+ let [<Literal>] Version = " 0.18 .0"
Original file line number Diff line number Diff line change 1+ #### 0.18.0 - 03.06.2015
2+
3+ * Adjust for 1-based column indexing - https://github.com/fsharp/FSharp.AutoComplete/pull/13
4+ Note that this was previously the intended behaviour, but column
5+ indexes were treated as 0-based. Ensure that both line and column
6+ indexes sent in commands are 1-based.
7+
18#### 0.17.0 - 31.05.2015
29
310* Completion filtering - https://github.com/fsharp/FSharp.AutoComplete/pull/10
You can’t perform that action at this time.
0 commit comments