Skip to content

Commit

Permalink
updating to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Sep 15, 2022
1 parent f5771b9 commit 3999593
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 0.7.2

Bugfix #218: Create a file via context menu generates error

Bugfix #220: Very slow initial load time

Bugfix: Add a solution file to an empty folder generates wrong .sln file format

Fixing #132: added github action tasks to publish the extension in Open VSX Registry too

## 0.7.1

Bugfix #216: icons now are loaded right
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-solution-explorer",
"displayName": "vscode-solution-explorer",
"description": "Visual Studio .sln file explorer for Visual Studio Code",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit 3999593

Please sign in to comment.