From 4f25cc00a7129bfd001c8d79a4ae3d69655751ca Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sun, 19 Jun 2016 16:28:05 +0200 Subject: [PATCH] Consider UAP10 support as new feature. Consider UAP10 support as new feature. Fixed typo. --- build/nuget/SSH.NET.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index 727e5248..eb3e33ba 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -16,14 +16,14 @@ New Features: * Added support for HMAC-SHA512 (hmac-sha2-512 and hmac-sha2-512-96) + * Added support for Universal Windows Platform 10 (UAP10.0) Changes: * Overall performance improvements - * Relicensed code under MIT licensen, explicitly permitting reuse within proprietary software + * Relicensed code under MIT license, explicitly permitting reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms and the copyright notice - * Added support for Universal Windows Platform 10 (UAP10.0) * Separated our hash algorithms into SshNet.Security.Cryptography project and package * When available, prefer hash algorithms and encodings from target framework * Refactoring to prepare for upcoming .NET Core support