SshNet.Security.Cryptography 1.1.0-beta1
Cryptographic functions for .NET
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SshNet.Security.Cryptography</id>
<version>1.1.0-beta1</version>
<title>SshNet.Security.Cryptography</title>
<authors>Renci</authors>
<owners>drieseng,olegkap</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/sshnet/Cryptography/LICENSE</licenseUrl>
<projectUrl>https://github.com/sshnet/Cryptography/</projectUrl>
<description>Cryptographic functions for .NET</description>
<summary>Cryptographic functions for .NET</summary>
<releaseNotes>Added support for .NET Core 1.0 RC2 (.NETStandard 1.0 and 1.3).</releaseNotes>
<copyright>2010-2016, RENCI</copyright>
<language>en-US</language>
<tags>crypto</tags>
<dependencies>
<group targetFramework=".NETStandard1.0">
<dependency id="System.IO" version="4.0.0-rc2-24027" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.IO" version="4.0.0-rc2-24027" />
<dependency id="System.Security.Cryptography.Primitives" version="4.0.0-rc2-24027" />
</group>
</dependencies>
</metadata>
</package>