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

Releases: dotnet/try-convert

Preview Release v0.9.232202

23 Jun 16:29
88185e1
Compare
Choose a tag to compare
Pre-release

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

  • Initial support for converting Xamarin.Forms --> .NET MAUI by @Sweekriti91

How To Install

  1. Be on a Windows machine and have the latest .NET 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

And in the future:

try-convert --update

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert

Preview Release v0.8.230902

09 Jun 21:09
5c41d01
Compare
Choose a tag to compare
Pre-release

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

  • Add support for -u|--update switch to support easily updating the tool, by @Johnmancini30
  • Bug fixes!

How To Install

  1. Be on a Windows machine and have the latest .NET 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

And in the future:

try-convert --update

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert

Preview Release v0.7226301

13 May 18:10
35173c0
Compare
Choose a tag to compare
Pre-release

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

  • Update AddDesktopProperties to add desktop props for all project styles if they have desktop references, by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7.222801

29 Apr 01:19
602fba4
Compare
Choose a tag to compare
Pre-release

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

  • Enhancements for VB.NET Windows Forms conversions
  • Bug fixes

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7217901

01 Apr 19:25
27c7281
Compare
Choose a tag to compare
Pre-release

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

  • Rename base branch to main
  • Fix "Exception converting project 'Sequence contains more than one element'" by @ejohnson-dotnet
  • Add support for VB WPF and Unit Test projects by @KSchlobohm

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7216201

15 Mar 20:11
3b45e40
Compare
Choose a tag to compare
Pre-release

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

  • Don't use web SDK for libraries still targeting .NET Framework by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7.215802

09 Mar 19:59
cf413c5
Compare
Choose a tag to compare
Pre-release

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

  • Fix some PCL-netstandard mappings by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7212202

23 Feb 00:47
2a955fb
Compare
Choose a tag to compare
Pre-release

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

  • Add ImportWindowsDesktopTargets=true for desktop converted projects to support multi-targeting against net5.0-windows and .NET Framework by @twsouthwick
  • Support converting a project even if it has custom imports by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET 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

Preview Release v0.7210903

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

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

Preview Release v0.7.160902

09 Dec 21:52
5d279c2
Compare
Choose a tag to compare
Pre-release

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

  • Removes packages.config when --no-backup is specified
  • Support for migrating F# projects
  • Fixed issue with old-style web projects not getting loaded with --force-web specified

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 Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert