From 0806de880fd09d8fcd7df13bc66a16cf5c3b39d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Sun, 16 Feb 2020 13:31:24 +0100 Subject: [PATCH] Fix build --- RELEASE_NOTES.md | 10 ++++++---- build.cmd | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fbf4d0029..8a7d594e9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +#### 0.39.0 + #### 0.38.2 #### 0.38.1 - 16.04.2019 @@ -82,11 +84,11 @@ - Performance updates for find usages - Implement GetNamespaceSuggestions - Update FSharpLint version - - Optimize GetNamespaceSuggestions + - Optimize GetNamespaceSuggestions - Optimize GetDeclarations - Add endpoint for F1 Help - ... and more! - + (Some of these features only exposed currently via HTTP interface) #### 0.30.2 - 31.10.2016 @@ -211,7 +213,7 @@ #### 0.20.1 - 30.07.2015 -* Fix exception in `symboluse` command: #46. +* Fix exception in `symboluse` command: #46. #### 0.20.0 - 28.07.2015 @@ -254,7 +256,7 @@ Other changes: Note that this was previously the intended behaviour, but column indexes were treated as 0-based. Ensure that both line and column indexes sent in commands are 1-based. - + #### 0.17.0 - 31.05.2015 * Completion filtering - https://github.com/fsharp/FSharp.AutoComplete/pull/10 diff --git a/build.cmd b/build.cmd index dfc828685..7cde17047 100644 --- a/build.cmd +++ b/build.cmd @@ -1,2 +1,2 @@ dotnet tool restore -dotnet fake build -t LocalRestore +dotnet fake build -t LocalRelease