Skip to content

Commit

Permalink
Release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Jun 13, 2015
1 parent 0258834 commit c3e8ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FSharp.AutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyProductAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.18.1")>]
[<assembly: AssemblyFileVersionAttribute("0.18.1")>]
[<assembly: AssemblyVersionAttribute("0.18.2")>]
[<assembly: AssemblyFileVersionAttribute("0.18.2")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.18.1"
let [<Literal>] Version = "0.18.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.18.2 - 13.06.2015

* Update to FCS 0.0.90 (fix referencing PCL projects) - https://github.com/fsharp/FsAutoComplete/pull/26

#### 0.18.1 - 09.06.2015

* Prevent test assemblies from being included in release archives by
Expand Down

0 comments on commit c3e8ccd

Please sign in to comment.