|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>SshNet.Security.Cryptography</id>
|
5 |
| - <version>1.2.0</version> |
| 5 | + <version>1.3.0</version> |
6 | 6 | <title>SshNet.Security.Cryptography</title>
|
7 | 7 | <authors>Renci</authors>
|
8 | 8 | <owners>drieseng,olegkap</owners>
|
|
11 | 11 | <projectUrl>https://github.com/sshnet/Cryptography/</projectUrl>
|
12 | 12 | <description>Cryptographic functions for .NET</description>
|
13 | 13 | <summary>Cryptographic functions for .NET</summary>
|
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) |
20 |
| - |
21 |
| -The following properties on HashAlgorithm are now public: |
22 |
| - * byte[] Hash |
23 |
| - |
24 |
| -This affects the following target frameworks: |
25 |
| - |
26 |
| -* netstandard1.0 |
27 |
| -* portable-net45+win8+wpa81 |
28 |
| - |
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. |
31 |
| -</releaseNotes> |
32 |
| - <copyright>2010-2016, RENCI</copyright> |
| 14 | + <releaseNotes>https://github.com/sshnet/Cryptography/releases/tag/1.3.0</releaseNotes> |
| 15 | + <copyright>2010-2017, RENCI</copyright> |
33 | 16 | <language>en-US</language>
|
34 | 17 | <tags>crypto</tags>
|
35 | 18 | <dependencies>
|
36 | 19 | <group targetFramework=".NETFramework2.0" />
|
37 | 20 | <group targetFramework=".NETFramework4.0" />
|
38 | 21 | <group targetFramework=".NETFramework4.5" />
|
39 | 22 | <group targetFramework=".NETStandard1.0">
|
40 |
| - <dependency id="System.IO" version="4.1.0" /> |
| 23 | + <dependency id="System.IO" version="4.3.0" /> |
41 | 24 | </group>
|
42 | 25 | <group targetFramework=".NETStandard1.3">
|
43 |
| - <dependency id="System.IO" version="4.1.0" /> |
44 |
| - <dependency id="System.Security.Cryptography.Primitives" version="4.0.0" /> |
| 26 | + <dependency id="System.IO" version="4.3.0" /> |
| 27 | + <dependency id="System.Security.Cryptography.Primitives" version="4.3.0" /> |
45 | 28 | </group>
|
| 29 | + <group targetFramework=".NETStandard2.0" /> |
46 | 30 | <group targetFramework=".NETPortable,Version=v4.5,Profile=Profile111" />
|
47 | 31 | <group targetFramework="Silverlight4.0" />
|
48 | 32 | <group targetFramework="Silverlight5.0" />
|
49 | 33 | <group targetFramework="UAP10.0">
|
50 |
| - <dependency id="System.IO" version="4.1.0" /> |
51 |
| - <dependency id="System.Security.Cryptography.Primitives" version="4.0.0" /> |
| 34 | + <dependency id="System.IO" version="4.3.0" /> |
| 35 | + <dependency id="System.Security.Cryptography.Primitives" version="4.3.0" /> |
52 | 36 | </group>
|
53 | 37 | <group targetFramework="WindowsPhone7.1" />
|
54 | 38 | <group targetFramework="WindowsPhone8.0" />
|
|
0 commit comments