diff --git a/FsAutoComplete.Suave/AssemblyInfo.fs b/FsAutoComplete.Suave/AssemblyInfo.fs index dfab1550a..7d9146a17 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.25.0" + let [] Version = "0.25.1" diff --git a/FsAutoComplete/AssemblyInfo.fs b/FsAutoComplete/AssemblyInfo.fs index 812aee1c8..103fb4728 100644 --- a/FsAutoComplete/AssemblyInfo.fs +++ b/FsAutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.25.0" + let [] Version = "0.25.1" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 56f77c83a..8cb0975fc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.