Skip to content

Commit fdc2c0c

Browse files
committed
Prepare release of 0.16.1
1 parent 8b07599 commit fdc2c0c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.16.0</Version>
11+
<Version>0.16.1</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.16.0");
5+
public static Version Version => new("0.16.1");
66
}

vscode-extension/CHANGELOG.md

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

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

5+
## 0.16.1
6+
7+
- Fixes for 2 issues with adding assemblies from workspace
8+
59
## 0.16
610

711
- 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
12+
- Decompile any assembly directly from Explorer view
913
- Small improvements in assembly list (buttons instead of context menus)
1014

1115
## 0.15

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.16.0",
5+
"version": "0.16.1",
66
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
77
"publisher": "icsharpcode",
88
"preview": true,

0 commit comments

Comments
 (0)