SSH.NET 2011.12.7
IMPORTANT: This project is BETA quality. This project was inspired by Sharp.SSH library which was ported from Java. This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get. SSH.NET supports .NET 3.5, 4.0, Silverlight, and Windows Phone 7.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>2011.12.7</version>
<authors>Renci</authors>
<owners>phantomtypist</owners>
<licenseUrl>http://sshnet.codeplex.com/license</licenseUrl>
<projectUrl>http://sshnet.codeplex.com/</projectUrl>
<id>SSH.NET</id>
<title>SSH.NET BETA</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IMPORTANT: This project is BETA quality. This project was inspired by Sharp.SSH library which was ported from Java. This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get. SSH.NET supports .NET 3.5, 4.0, Silverlight, and Windows Phone 7.</description>
<releaseNotes>The WindowsPhone Binary has a known issue in this release that has been reported and fixed which has to do with using SftpClient , Fix is available in 12787 code change set.</releaseNotes>
<copyright>2010, RENCI</copyright>
<language>en-US</language>
<tags>ssh beta .net40 sftp .net35 wp7 wp71 silverlight windowsphone</tags>
</metadata>
</package>