From ad3526119c1f73dcbbb61a029978a6a9132ddfcc Mon Sep 17 00:00:00 2001 From: Si13n7 Date: Sun, 23 May 2021 17:03:10 +0200 Subject: [PATCH] Update release notes. --- src/Roydl.AlphaNumericComparer.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Roydl.AlphaNumericComparer.csproj b/src/Roydl.AlphaNumericComparer.csproj index 97d8716..e86f7fd 100644 --- a/src/Roydl.AlphaNumericComparer.csproj +++ b/src/Roydl.AlphaNumericComparer.csproj @@ -18,9 +18,10 @@ false false - 1.0.1 - - Removed redundant try-catch -- Renamed IStringComparer to IStringObjectComparer to avoid name collision + 1.0.2 + - .NET Core 3.1 is now supported +- Improved comparison so that it also applies to classes with `Text` or `Name` fields +- The documentation has been improved to make some things easier to understand