Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider UAP10 support as new feature. #24

Merged
merged 1 commit into from
Jun 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/nuget/SSH.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down