Skip to content

Commit

Permalink
Update version to 0.14, fill changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Feb 18, 2023
1 parent 2938e92 commit aea3697
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/src/ILSpy.Backend/ILSpy.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Company>ic#code</Company>
<Title>ILSpy .NET Decompiler LSP Backend</Title>
<Product>ILSpy .NET Decompiler</Product>
<Copyright>Copyright 2017-2022 ICSharpCode, Microsoft Corporation</Copyright>
<Copyright>Copyright 2017-2023 ICSharpCode, Microsoft Corporation</Copyright>
<Nullable>enable</Nullable>
<Version>0.13.1</Version>
<Version>0.14.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.13.1");
public static Version Version => new("0.14.0");
}
9 changes: 9 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 0.14

- Introduction of symbol search
- New "Reload assembly" command in "Decompiled Members" tree
- "Decompiled Members" now properly sorted
- Usage of VS Code built-in icons for different symbol types instead of shipping our own icon set
- Extension package (VSIX) now optimized and smaller in size
- Extension is now loaded a bit later to avoid slowing down VS Code startup unnecessarily

## 0.13.1

- Fix zombie backend processes still running after VS Code was closed on Linux and macOS
Expand Down
2 changes: 1 addition & 1 deletion 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.13.1",
"version": "0.14.0",
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
"publisher": "icsharpcode",
"preview": true,
Expand Down

0 comments on commit aea3697

Please sign in to comment.