You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extension/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to the "ilspy-vscode" extension will be documented in this file.
4
4
5
+
## 0.17
6
+
7
+
- Upgrade to ICSharpCode.Decompiler 8.2 (see release notes for [ILSpy 8.2](https://github.com/icsharpcode/ILSpy/releases/tag/v8.2) to get more details)
8
+
- Backend process now migrated to .NET 8, so extension locally downloads a .NET 8 runtime on startup
9
+
- Search button not shown in "ILSPY: Assemblies" view anymore, when no assemblies were loaded
10
+
5
11
## 0.16.1
6
12
7
13
- Fixes for 2 issues with adding assemblies from workspace
0 commit comments