From 0da2964dd0682086aa8e9ded2bd5fc9cfdda23b7 Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Fri, 5 Feb 2016 13:32:12 +0000 Subject: [PATCH] Bump version to 0.27.2 --- FsAutoComplete.Suave/AssemblyInfo.fs | 6 +++--- FsAutoComplete/AssemblyInfo.fs | 6 +++--- RELEASE_NOTES.md | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/FsAutoComplete.Suave/AssemblyInfo.fs b/FsAutoComplete.Suave/AssemblyInfo.fs index 48c84f179..2f1a252ae 100644 --- a/FsAutoComplete.Suave/AssemblyInfo.fs +++ b/FsAutoComplete.Suave/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.27.1" + let [] Version = "0.27.2" diff --git a/FsAutoComplete/AssemblyInfo.fs b/FsAutoComplete/AssemblyInfo.fs index 7cd54161c..3eaba3967 100644 --- a/FsAutoComplete/AssemblyInfo.fs +++ b/FsAutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.27.1" + let [] Version = "0.27.2" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 481f83128..a09d7104b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.