File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ #### 0.29.0 - 12.07.2016
2+
13#### 0.28.0 - 05.04.2016
24
35* Backwards-incompatible: Make completions faster by not requiring a parse on each request: #99
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FsAutoComplete.Suave" ) >]
55[<assembly: AssemblyProductAttribute( " FsAutoComplete.Suave" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.28 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.28 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.29 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.29 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.28 .0"
13- let [<Literal>] InformationalVersion = " 0.28 .0"
12+ let [<Literal>] Version = " 0.29 .0"
13+ let [<Literal>] InformationalVersion = " 0.29 .0"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FsAutoComplete" ) >]
55[<assembly: AssemblyProductAttribute( " FsAutoComplete" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A command line tool for interfacing with FSharp.Compiler.Service over a pipe." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.28 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.28 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.29 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.29 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.28 .0"
13- let [<Literal>] InformationalVersion = " 0.28 .0"
12+ let [<Literal>] Version = " 0.29 .0"
13+ let [<Literal>] InformationalVersion = " 0.29 .0"
You can’t perform that action at this time.
0 commit comments