Skip to content

Commit

Permalink
Update version to 0.12, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Sep 21, 2021
1 parent 3c1a220 commit feade33
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/src/ILSpy.Backend/ILSpy.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product>ILSpy .NET Decompiler</Product>
<Copyright>Copyright 2017-2021 ICSharpCode, Microsoft Corporation</Copyright>
<Nullable>enable</Nullable>
<Version>0.11.2</Version>
<Version>0.12.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/ProjectVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

static class ProjectVersion
{
public static Version Version => new("0.11.2");
public static Version Version => new("0.12.0");
}
6 changes: 6 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.12

- 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.
- Previously opened documents with decompiled code are no longer re-opened on restart of VS Code
- Improved decompilation results by resolving dependencies of decompiled assembly (as ILSpy does)

## 0.11.2

- Fixed issues activating the extension on Linux systems, also leading to malfunction of some other extensions
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ilspy-vscode",
"displayName": "ilspy-vscode",
"description": "Decompile MSIL assemblies - support for full framework, .NET Core and .NET Standard",
"version": "0.11.2",
"version": "0.12.0",
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
"publisher": "icsharpcode",
"preview": true,
Expand Down Expand Up @@ -144,4 +144,4 @@
"extensionDependencies": [
"ms-dotnettools.vscode-dotnet-runtime"
]
}
}

0 comments on commit feade33

Please sign in to comment.