Skip to content

Commit

Permalink
updating version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Jun 7, 2023
1 parent 64fdf09 commit a56dc86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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.8.3

Enhancement #283: Display folders in project file order in F# projects, thanks to [Spencer Farley](https://github.com/farlee2121)

Enhancement #284: Enable drag-drop for F# projects, thanks to [Spencer Farley](https://github.com/farlee2121)

Enhancement #285: Update the add new project template value, thanks to [Fadi Hania](https://github.com/fadihania)

## 0.8.2

Enhancement #265: adding new parameter `vssolution.showTerminalOnCommand` to show the terminal when a command is executed, `true` by default
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,6 @@ Branded icons are licensed under their copyright license.
[panoskj](https://github.com/panoskj)
[lhz](https://github.com/lhzcm)
[Spencer Farley](https://github.com/farlee2121)
[Fadi Hania](https://github.com/fadihania)

**Enjoy!**
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.8.2",
"version": "0.8.3",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit a56dc86

Please sign in to comment.