Skip to content

Commit

Permalink
updated to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Oct 12, 2022
1 parent 55dde95 commit ece6ac3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 0.7.3

Enhancement #223: Allow add new or existing project to solution without selecting a solution file in the tree view

Enhancement #224: better omnisharp integration thanks to [prettyv](https://github.com/prettyv)

Fixing "Update" section relativepath (related to #222)

## 0.7.2

Bugfix #218: Create a file via context menu generates error
Expand All @@ -18,7 +26,7 @@ Bugfix #216: icons now are loaded right

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

Enhancement #191: adding vcxproj as a known extension in open project dialog
#224 #191: adding vcxproj as a known extension in open project dialog

Simplifying the project loading and the different tree project item kinds

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.2",
"version": "0.7.3",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit ece6ac3

Please sign in to comment.