Skip to content

Commit 259b19f

Browse files
committed
Update changelog for 0.21 release
1 parent 42af888 commit 259b19f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

backend/ILSpy-backend.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
LICENSE.TXT = LICENSE.TXT
1313
README.md = README.md
1414
..\README.md = ..\README.md
15+
..\vscode-extension\CHANGELOG.md = ..\vscode-extension\CHANGELOG.md
16+
..\GitVersion.yml = ..\GitVersion.yml
1517
EndProjectSection
1618
EndProject
1719
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAssembly", "TestAssembly\TestAssembly.csproj", "{98030DE1-DC87-4E74-8201-FE8E93E826B5}"

vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "ilspy-vscode" extension will be documented in this file.
44

5+
## 0.21
6+
7+
- Upgrade to ICSharpCode.Decompiler 9.1 (see release notes for [ILSpy 9.1](https://github.com/icsharpcode/ILSpy/releases/tag/v9.1) to get more details)
8+
59
## 0.20
610

711
- Introduction of "Analyze" feature similar to ILSpy desktop application: You can analyze where a method is called, a type is used or an interface is implemented. See [Wiki](https://github.com/icsharpcode/ilspy-vscode/wiki/Analyze) for a description.

0 commit comments

Comments
 (0)