Skip to content

Commit 7bcc085

Browse files
committed
Bump version to 7.26.0
1 parent 424af0f commit 7bcc085

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

release/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### 7.26.0 - 01.06.2025
3+
4+
* Remove the explicit dependency on any C# extension, and instead recommend the appropriate C# extension for the client (VSCode, Codium, Cursor, etc) via an 'extension pack'. [ionide/ionide-vscode-fsharp#2088](https://github.com/ionide/ionide-vscode-fsharp/pull/2088) - thanks @dbrattli!
5+
26
### 7.25.10 - 17.05.2025
37

48
* Update to FSAC 0.78.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.78.1) for more details.

release/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,8 +1836,7 @@
18361836
"anysphere.csharp",
18371837
"muhammad-sammy.csharp"
18381838
],
1839-
"extensionDependencies": [
1840-
],
1839+
"extensionDependencies": [],
18411840
"homepage": "http://ionide.io",
18421841
"icon": "images/logo.png",
18431842
"license": "MIT",
@@ -1849,5 +1848,5 @@
18491848
"type": "git",
18501849
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18511850
},
1852-
"version": "7.25.10"
1851+
"version": "7.26.0"
18531852
}

0 commit comments

Comments
 (0)