Skip to content

Preview Release v0.2.51601

Pre-release
Pre-release
Compare
Choose a tag to compare
@cartermp cartermp released this 22 Oct 16:12
25b234e

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

  • Fixed an issue with throwing exceptions in some cases
  • Removes imports that come from NuGet packages

How To Install

  1. Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
  2. Download the try-convert.0.2.51601.nupkg file included in this release
  3. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.51601 --add-source \\Path\To\Folder\With\Downloaded\Nuget\Package

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert