Skip to content

Commit feade33

Browse files
committed
Update version to 0.12, update changelog
1 parent 3c1a220 commit feade33

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

backend/src/ILSpy.Backend/ILSpy.Backend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>ILSpy .NET Decompiler</Product>
99
<Copyright>Copyright 2017-2021 ICSharpCode, Microsoft Corporation</Copyright>
1010
<Nullable>enable</Nullable>
11-
<Version>0.11.2</Version>
11+
<Version>0.12.0</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

build/ProjectVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
static class ProjectVersion
44
{
5-
public static Version Version => new("0.11.2");
5+
public static Version Version => new("0.12.0");
66
}

vscode-extension/CHANGELOG.md

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

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

5+
## 0.12
6+
7+
- Only one document is opened now on decompilation (C# or IL). Users can switch the output language in editor toolbar and also preset a default output language in VS Code configuration. Documents are read-only now.
8+
- Previously opened documents with decompiled code are no longer re-opened on restart of VS Code
9+
- Improved decompilation results by resolving dependencies of decompiled assembly (as ILSpy does)
10+
511
## 0.11.2
612

713
- Fixed issues activating the extension on Linux systems, also leading to malfunction of some other extensions

vscode-extension/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ilspy-vscode",
33
"displayName": "ilspy-vscode",
44
"description": "Decompile MSIL assemblies - support for full framework, .NET Core and .NET Standard",
5-
"version": "0.11.2",
5+
"version": "0.12.0",
66
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
77
"publisher": "icsharpcode",
88
"preview": true,
@@ -144,4 +144,4 @@
144144
"extensionDependencies": [
145145
"ms-dotnettools.vscode-dotnet-runtime"
146146
]
147-
}
147+
}

0 commit comments

Comments
 (0)