Skip to content

Commit

Permalink
Bump version to 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Feb 5, 2016
1 parent 5a58d2a commit 0da2964
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FsAutoComplete.Suave/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete.Suave")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete.Suave")>]
[<assembly: AssemblyDescriptionAttribute("A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP.")>]
[<assembly: AssemblyVersionAttribute("0.27.1")>]
[<assembly: AssemblyFileVersionAttribute("0.27.1")>]
[<assembly: AssemblyVersionAttribute("0.27.2")>]
[<assembly: AssemblyFileVersionAttribute("0.27.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.27.1"
let [<Literal>] Version = "0.27.2"
6 changes: 3 additions & 3 deletions FsAutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.27.1")>]
[<assembly: AssemblyFileVersionAttribute("0.27.1")>]
[<assembly: AssemblyVersionAttribute("0.27.2")>]
[<assembly: AssemblyFileVersionAttribute("0.27.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.27.1"
let [<Literal>] Version = "0.27.2"
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.27.2 - 05.02.2016

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

#### 0.27.1 - 26.01.2016

* Upgrade to FCS 2.0.0.3 to fix VS2015 project cracking: #89.
Expand Down

0 comments on commit 0da2964

Please sign in to comment.