- 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
- Added support for converting projects within sln files on the command line
- Preserve line ending characters
- Added input validation for the mutually exclusive --backup and --dry-run command line options
- Removed empty lines within
<PackageReference>
elements
- Fixed #5 - Fixed assembly binding redirection error which may occur when loading the extension.
- 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.
- Fixed #1 - Fixed issue when converting a project with an XML namespace.
- First release