فهرست منبع

Merge pull request #24 from sshnet/master

Consider UAP10 support as new feature.
Gert Driesen 9 سال پیش
والد
کامیت
37c163d2d3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      build/nuget/SSH.NET.nuspec

+ 2 - 2
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