Adds NuGet packages, plus support for Microsoft .NET Framework 4.7 and .NET Core 1.1.
June 12, 2017
New Version
Features
Added NuGet packages.
Added experimental support for Microsoft .NET Core 1.1 and Microsoft .NET Standard 1.5.
Added workaround for a breaking change in Exception.Data on recent Xamarin.Android.
Added support for Microsoft .NET Framework 4.7.
Cryptography: Custom certificate validator now behaves like MS CryptoAPI validator when dealing with RSA key sizes shorter than 1024 bits; MD5 signature hash algorithm is always considered to be weak for non-root certificates.
Cryptography: Added support for .PFX/.P12 saving on .NET Compact Framework (requires Windows CE 5.0 or later).
Fixes
FTP: Fixed parsing of rare multi-line responses of PASV, SIZE, MDTM or PWD commands (used by DrFTPD server).
FTP: Fixed handling of TLS packets received through data connection while uploading.
Cryptography: Enhanced error messages in AsymmetricKeyAlgorithm.