Skip to content

Commit 6b8c4b3

Browse files
committed
Update release notes.
1 parent f434c97 commit 6b8c4b3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build/nuget/SshNet.Security.Cryptography.nuspec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,23 @@
1111
<projectUrl>https://github.com/sshnet/Cryptography/</projectUrl>
1212
<description>Cryptographic functions for .NET</description>
1313
<summary>Cryptographic functions for .NET</summary>
14-
<releaseNotes>The following methods on HashAlgorithm are now public:
15-
* int TransformBlock(byte[], int, int, byte[], int)
16-
* byte[] TransformFinalBlock(byte[], int, int)
14+
<releaseNotes>Changes:
15+
========
16+
17+
The following methods on HashAlgorithm are now public:
18+
* int TransformBlock(byte[], int, int, byte[], int)
19+
* byte[] TransformFinalBlock(byte[], int, int)
1720

1821
The following properties on HashAlgorithm are now public:
19-
* byte[] Hash
22+
* byte[] Hash
2023

2124
This affects the following target frameworks:
2225

2326
* netstandard1.0
2427
* portable-net45+win8+wpa81
25-
* uap 10.0
2628

27-
For all other target frameworks, these methods/properties were already public.
29+
In the uap10.0 version, our hash algorithms now derive from System.Security.Cryptographic.HashAlgorithm
30+
through a dependency on the System.Security.Cryptographic.Primitives package.
2831
</releaseNotes>
2932
<copyright>2010-2016, RENCI</copyright>
3033
<language>en-US</language>

0 commit comments

Comments
 (0)