From cb9a9919c971e00c52732fba983e82d795fbe4ad Mon Sep 17 00:00:00 2001 From: kaleyroy Date: Fri, 8 May 2020 18:22:28 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Readme.md b/Readme.md index 5fe7675..c3d4e46 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,15 @@ +# COMMENTED by Kaleyroy + +## Upgrade project to netstandard2 & Fixed DIGEST-MD5 issue + +1. Support netcore (Upgrade netfx45 to netstandard2) +2. Removed System.Configuration dependency (Netfx legacy) +3. Removed RIPEMD-160 algorithm (Not supported in netcore) +4. Fixed DIGEST-MD5 issue (Please refer to https://github.com/smiley22/S22.Sasl/pull/3) +5. Excluded /Tests folder from project (For building only) + +----------------------------------------------------------------------------------- + ### Introduction This repository contains a .NET assembly implementing the "Authentication and Security Layer" (SASL)