diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c3c9b..06783b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "vscode-solution-explorer" extension will be documented in this file. +## 0.8.8 + +Fixing issues managing nuget packages with multiple `nuget.config` files and not working feeds. + +Fixing the github actions flow. + ## 0.8.7 Fixing duplicated items in the tree view: "Element with id is already registered" error diff --git a/package.json b/package.json index 2cacebb..3764de7 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.7", + "version": "0.8.8", "license": "MIT", "publisher": "fernandoescolar", "icon": "images/icon.png",