Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.39 KB

Change Log

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

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

-Version 1.2.4:

  1. All commands appear EITHER in the integrated terminal, or as a notification if an integrated terminal is not found as to allow external terminal usage.
-Version 1.2.3:
  1. Normalized routes to use '/' file delimiter in the dotnet command when removing a project
-Version 1.2.2:
  1. Added ability to remove a project from a solution using the 'Remove Project' context menu option on the .sln
  2. View all referenced nuget packages and their versions. This is found by expanding a project and then expanding its dependencies then the packages.
-Version 1.2.0:
  1. Added 'Add New Project' to .sln context menu
  2. Added 'Add Existing Project' to .sln context menu
  3. Added 'Add Project Reference' to .csproj dependencies context menu
  4. Added 'Remove Project Reference' to .csproj dependency item context menu
- Initial release -Version 1.1.0:
  1. Added list of project dependencies.
  2. No longer show debug and obj folders in project display.
  3. Fixed an issue where opening a file from the solution explorer on Windows would not have Omnisharp running.