Skip to content

Commit

Permalink
bump FSAC to pick up FCS 39 and cracking improvements (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel authored Mar 3, 2021
1 parent 8ce5477 commit b220e1a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 5.4.0 - 03.03.2021

* Update FSAC:
* FCS 39
* Improved project cracking for dotnet SDK 5.0.200 and up

### 5.3.2 - 06.02.2020

* Add publishing support for Open VSIX marketplace
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ NUGET
FSharp.Core (>= 4.7)
GIT
remote: https://github.com/fsharp/FsAutoComplete.git
(7891522a2213b3a8ad6cf6acddd778db810f058a)
(d9bf1894493cc81de147e29b01b9e17e35ce604b)
build: build.cmd
os: win
(7891522a2213b3a8ad6cf6acddd778db810f058a)
(d9bf1894493cc81de147e29b01b9e17e35ce604b)
build: build.sh
os: linux
(7891522a2213b3a8ad6cf6acddd778db810f058a)
(d9bf1894493cc81de147e29b01b9e17e35ce604b)
build: build.sh
os: osx
remote: https://github.com/ionide/ionide-fsgrammar.git
Expand Down
6 changes: 6 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 5.4.0 - 03.03.2021

* Update FSAC:
* FCS 39
* Improved project cracking for dotnet SDK 5.0.200 and up

### 5.3.2 - 06.02.2020

* Add publishing support for Open VSIX marketplace
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-fsharp",
"version": "5.3.2",
"version": "5.4.0",
"publisher": "Ionide",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/fsharp.fs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let activate (context : ExtensionContext) : JS.Promise<Api> =
HtmlConverter.activate context
InfoPanel.activate context
CodeLensHelpers.activate context
FakeTargetsOutline.activate context
// FakeTargetsOutline.activate context
Gitignore.activate context
FSharpLiterate.activate context
PipelineHints.activate context
Expand Down

0 comments on commit b220e1a

Please sign in to comment.