Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Feb 16, 2020
1 parent 94f79df commit 0806de8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### 0.39.0

#### 0.38.2

#### 0.38.1 - 16.04.2019
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dotnet tool restore
dotnet fake build -t LocalRestore
dotnet fake build -t LocalRelease

0 comments on commit 0806de8

Please sign in to comment.