Skip to content

Commit 967f432

Browse files
committed
Prepare release of 0.16
1 parent a7cae58 commit 967f432

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-2023 ICSharpCode, Microsoft Corporation</Copyright>
1010
<Nullable>enable</Nullable>
11-
<Version>0.15.0</Version>
11+
<Version>0.16.0</Version>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

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.15.0");
5+
public static Version Version => new("0.16.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.16
6+
7+
- List of decompiled assemblies is now persisted per workspace: Assemblies will appear again as soon as workspace is reloaded. This behavior can be disabled in VS Code settings.
8+
- Decompile any assembly directly from Explorer view
9+
- Small improvements in assembly list (buttons instead of context menus)
10+
511
## 0.15
612

713
- Assembly references are now shown in tree

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
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.15.0",
5+
"version": "0.16.0",
66
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
77
"publisher": "icsharpcode",
88
"preview": true,

0 commit comments

Comments
 (0)