From a56dc8663da023d7a1fbe84123fcf545acd8bfaa Mon Sep 17 00:00:00 2001 From: fernandoescolar Date: Wed, 7 Jun 2023 14:12:36 +0200 Subject: [PATCH] updating version and changelog --- CHANGELOG.md | 8 ++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef63a9..e5372e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d7671ab..a323550 100644 --- a/README.md +++ b/README.md @@ -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!** diff --git a/package.json b/package.json index c659b30..610e96d 100644 --- a/package.json +++ b/package.json @@ -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",