Skip to content

Commit a9fbec7

Browse files
committed
Bump version to 0.23.0
1 parent ce8a653 commit a9fbec7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

FsAutoComplete/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("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")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

0 commit comments

Comments
 (0)