Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 1.73 KB

Change Log

v1.0.1108.39 (November 8th, 2024)

  • Fixed issue where the extension would create multiple output window panes
  • Fixed issue where exceptions were not being written to the output window pane
  • Fixed issue when trying to get the file name of unloaded projects

v1.0.1105.37 (November 5th, 2024)

  • Added support for converting projects within sln files on the command line
  • Preserve line ending characters

v1.0.1104.33 (November 4th, 2024)

  • Added input validation for the mutually exclusive --backup and --dry-run command line options
  • Removed empty lines within <PackageReference> elements

v1.0.1103.27 (November 3rd, 2024)

  • Fixed #5 - Fixed assembly binding redirection error which may occur when loading the extension.

v1.0.1102.24 (November 2nd, 2024)

  • Fixed #2 - Added support for converting all projects in a solution, and converting multiple selected projects.
  • Fixed #1 - Preserved the XML declaration if it exists.
  • Fixed #4 - Added support for installating on Visual Studio Arm64.
  • Fixed #3 - Added dotnet tool command line utility.

v1.0.1101.15 (November 1st, 2024)

  • Fixed #1 - Fixed issue when converting a project with an XML namespace.

v1.0.1026.3 (October 26th, 2024)

  • First release