From c3e8ccd76f585c69243cbd492b8392d519e2042e Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Sat, 13 Jun 2015 14:19:23 +0100 Subject: [PATCH] Release 0.18.2 --- FSharp.AutoComplete/AssemblyInfo.fs | 6 +++--- RELEASE_NOTES.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/FSharp.AutoComplete/AssemblyInfo.fs b/FSharp.AutoComplete/AssemblyInfo.fs index d455ba8d1..787e1f81b 100644 --- a/FSharp.AutoComplete/AssemblyInfo.fs +++ b/FSharp.AutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.18.1" + let [] Version = "0.18.2" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ce0dd4ac0..2770a1a0b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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