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

Preview Release v0.2.105701

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmarolf jmarolf released this 08 Jan 15:05
f6a8c9b

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

  • Fixes #128 Referenze System.ComponentModel.DataAnnotations gets resolved with wrong NuGet Package
  • Fixes #156 Unable to convert .NET Framework 4.8 Test Project

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.v0.2.105701.nupkg file included in this release
  3. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.105701 --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