File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ 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.22 .0" ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.22 .0" ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.23 .0" ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.23 .0" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.22 .0"
12+ let [<Literal>] Version = " 0.23 .0"
Original file line number Diff line number Diff line change 1+ #### 0.23.0 - 14.08.2015
2+
3+ * Add a new ` colorizations <true|false> ` command to enable/disable asynchronous
4+ provision of colorization information following a parse: #60 (Fixes #44 ).
5+ * Newest FSharp.Core is used for type-checking scripts and for projects that
6+ do not reference FSharp.Core. Supports F# 3.0, 3.1 and 4.0: #59 .
7+ * If MSBuild v12 is not available, instead try load MSBuild v14. This, together
8+ with the previous point, adds support for VS2015-only Windows installs: #57 .
9+ Fixes: #12 #21 #23 #25 #54 .
10+ * Backwards-incompatible: ` compilerlocation ` command has changed. Now provides
11+ path to best version of msbuild, fsc and fsi on Windows: #23 .
12+
113#### 0.22.0 - 06.08.2015
214
315* Backwards-incompatible: Symbol use command now includes FileName rather than Filename
You can’t perform that action at this time.
0 commit comments