Skip to content

Commit

Permalink
updated to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Sep 1, 2022
1 parent b1c6d81 commit 6e45024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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

## 0.X.X
## 0.7.0

New project load engine based in the MsBuild documentation: https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk?view=vs-2022
Improving compatibility: New core engine to load projects based on MsBuild documentation: https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk?view=vs-2022 related to #11, #129, #142 and #174

Bugfix: now getText is closed after pressing enter

## 0.6.3

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

0 comments on commit 6e45024

Please sign in to comment.