From 78129ed14f92654bcbf29c48acdea0992b25b6bf Mon Sep 17 00:00:00 2001 From: Dinesh Kadali <45972925+dikadali@users.noreply.github.com> Date: Wed, 25 Sep 2019 08:27:12 +0530 Subject: [PATCH] Update README.md Added MahApps.Metro hyperlink and removed duplicate section : "For users the major changes since 1.2.x are:" --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 421e54e34..b4eb86957 100644 --- a/README.md +++ b/README.md @@ -43,17 +43,7 @@ If you can't use Visual Studio 2019, Rider from Jetbrains is also supported and For users the major changes since 1.2.x are: * dotnet core 3.0 support (why, read here: https://blogs.msdn.microsoft.com/dotnet/2018/10/04/update-on-net-core-3-0-and-net-framework-4-8/ ) -* A newer and more modern configuration UI, using MahApps.Metro -* Due to the update of .NET 2.0 to .NET 4.7.1 a lot of bugs are solved -* Added Windows 10 destinations, OCR & share -* Better DPI support -* Simplified code should make development easier and quicker -* Bug fixes - - -For developers, the major changes since 1.2.x are: -* Move to dotnet core 3.0 -* A newer and more modern configuration UI, using MahApps.Metro +* A newer and more modern configuration UI, using [MahApps.Metro](https://github.com/MahApps/MahApps.Metro "MahApps.Metro") * Due to the update of .NET 2.0 to .NET 4.7.1 a lot of bugs are solved * Added Windows 10 destinations, OCR & share * Better DPI support