Skip to content

Commit 7bb871c

Browse files
committed
Bump version to 0.27.3
1 parent 1e0859b commit 7bb871c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

FsAutoComplete.Suave/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.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.27.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.27.2")>]
7+
[<assembly: AssemblyVersionAttribute("0.27.3")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.27.3")>]
99
do ()
1010

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

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.27.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.27.2")>]
7+
[<assembly: AssemblyVersionAttribute("0.27.3")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.27.3")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.27.3 - 08.02.2016
2+
3+
* Set MinThreads to avoid deadlocks on Mono < 4.2.2: #92.
4+
15
#### 0.27.2 - 05.02.2016
26

37
* Upgrade to FCS 2.0.0.4 to fix project cracking with spaces in paths: #91.

0 commit comments

Comments
 (0)