Skip to content

Commit 396802d

Browse files
committed
Bump version to 7.6.0
1 parent ccb2ffb commit 396802d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

release/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 7.6.0 - 14.06.2023
2+
3+
* Updates FSAC to 0.60.0, which updates the compiler services to match .NET SDK 7.0.300, and includes a helpful XMLDoc generation codefix. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.60.0) for more details.
4+
* Includes fixes to the syntax highlighting from @jkillingsworth for constructor parens, the `new` keyword, access modifiers, arrow coloration, `:` in abstract member definitions, `()` in unit literals, and more!
5+
16
### 7.5.4 - 07.05.2023
27

38
* Fix debug settings to not override coreclr from omnisharp.

release/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ The LSP that powers language features is [FSAutoComplete](https://github.com/fsh
2121

2222
The library that powers project and script loading is [proj-info](https://github.com/ionide/proj-info)
2323

24+
You find a version of this plugin pre-packaged with the FOSS debugger from Samsung [here](https://open-vsx.org/extension/Ionide/Ionide-fsharp)
25+
2426
# Requirements
2527

2628
* .NET 6.0/7.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0
2729

28-
* VS Code C# plugin - Ionide's debugging capabilities relies on the debugger provided by Omnisharp team.
30+
* VS Code C# plugin - Ionide's debugging capabilities rely on either the [Omnisharp](https://github.com/OmniSharp/omnisharp-vscode) debugger or [netcoredbg](https://github.com/muhammadsammy/free-omnisharp-vscode).
2931

3032
## Features
3133

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,5 +1658,5 @@
16581658
"type": "git",
16591659
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
16601660
},
1661-
"version": "7.5.4"
1661+
"version": "7.6.0"
16621662
}

0 commit comments

Comments
 (0)