Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Preview Release v0.7210903

Pre-release
Pre-release
Compare
Choose a tag to compare
@cartermp cartermp released this 09 Feb 23:19
5d279c2

Disclaimer

As with all previous releases, this is not a supported Microsoft product. See here for more info: https://github.com/dotnet/try-convert#support-policy

Changelog

  • Preserve project reference aliases (affects some XAML projects), contributed by @icnocop
  • Adjust logic for assigning a project type to be more friendly to older projects that may not specify imports in a "normal" way, contributed by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET Core SDK (get it here)
  2. Install the tool using the following command.
dotnet tool install -g try-convert

How to update

dotnet tool update -g try-convert

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert