Skip to content

Commit

Permalink
Prepare release of 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Jul 22, 2023
1 parent 8b07599 commit fdc2c0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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-2023 ICSharpCode, Microsoft Corporation</Copyright>
<Nullable>enable</Nullable>
<Version>0.16.0</Version>
<Version>0.16.1</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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.16.0");
public static Version Version => new("0.16.1");
}
6 changes: 5 additions & 1 deletion vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

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

## 0.16.1

- Fixes for 2 issues with adding assemblies from workspace

## 0.16

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

## 0.15
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.16.0",
"version": "0.16.1",
"icon": "resources/ILSpy-vscode-marketplace-icon.png",
"publisher": "icsharpcode",
"preview": true,
Expand Down

0 comments on commit fdc2c0c

Please sign in to comment.