diff --git a/README.md b/README.md index 07c26d764..f108e5d48 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Convert code from VB.NET to C# and vice versa using Roslyn - all free and open s * Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global` (Requires VS2019+ installed) * [Nuget library](https://www.nuget.org/packages/ICSharpCode.CodeConverter/) (this underpins all other free converters you'll find online) -See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on getting the best results. +See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on getting the best results, or the [changelog](https://github.com/icsharpcode/CodeConverter/blob/master/CHANGELOG.md) for recent improvements. ## Visual Studio Extension