Skip to content

Commit 80cd7e1

Browse files
committed
Update version and changelog to 0.12.1
1 parent 82e7b9b commit 80cd7e1

File tree

5 files changed

+8
-4
lines changed

5 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-2021 ICSharpCode, Microsoft Corporation</Copyright>
1010
<Nullable>enable</Nullable>
11-
<Version>0.12.0</Version>
11+
<Version>0.12.1</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.12.0");
5+
public static Version Version => new("0.12.1");
66
}

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.12.1
6+
7+
- Fix issue with "Pick assembly from file system" command, where only namespaces were decompiled.
8+
59
## 0.12
610

711
- 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.

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

0 commit comments

Comments
 (0)