File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1+ #### 0.30.0 - 30.10.2016
2+
3+ * Add EnclosingEntity and IsAbstract to Declaration contract: #129 .
4+ * Merge Ionide changes (#123 ):
5+ - Glyphs
6+ - Update dependencies
7+ - Lint settings
8+ - Keyword completion
9+
110#### 0.29.0 - 12.07.2016
211
312* Add command for all declarations in known projects: #117 .
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.29 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.29 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.30 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.30 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.29 .0"
13- let [<Literal>] InformationalVersion = " 0.29 .0"
12+ let [<Literal>] Version = " 0.30 .0"
13+ let [<Literal>] InformationalVersion = " 0.30 .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.29 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.29 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.30 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.30 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.29 .0"
13- let [<Literal>] InformationalVersion = " 0.29 .0"
12+ let [<Literal>] Version = " 0.30 .0"
13+ let [<Literal>] InformationalVersion = " 0.30 .0"
You can’t perform that action at this time.
0 commit comments