Skip to content

Commit

Permalink
Bump version to 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Oct 16, 2015
1 parent c4712a6 commit 49f88e6
Show file tree
Hide file tree
Showing 3 changed files with 11 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.25.0")>]
[<assembly: AssemblyFileVersionAttribute("0.25.0")>]
[<assembly: AssemblyVersionAttribute("0.25.1")>]
[<assembly: AssemblyFileVersionAttribute("0.25.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.25.0"
let [<Literal>] Version = "0.25.1"
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.25.0")>]
[<assembly: AssemblyFileVersionAttribute("0.25.0")>]
[<assembly: AssemblyVersionAttribute("0.25.1")>]
[<assembly: AssemblyFileVersionAttribute("0.25.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.25.0"
let [<Literal>] Version = "0.25.1"
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.25.1 - 16.10.2015

* Add App.config to FsAutoComplete.Suave release: #76.
* Also for fsautocomplete.exe.

#### 0.25.0 - 14.10.2015

* Add Suave hosting for FSAC: #74.
Expand Down

0 comments on commit 49f88e6

Please sign in to comment.