File tree Expand file tree Collapse file tree 3 files changed +5
-76
lines changed
src/Renci.SshNet/Properties Expand file tree Collapse file tree 3 files changed +5
-76
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >SSH.NET</id >
5- <version >2016.1.0-beta1 </version >
5+ <version >2016.1.0-beta2 </version >
66 <title >SSH.NET</title >
77 <authors >Renci</authors >
88 <owners >olegkap,drieseng</owners >
99 <licenseUrl >https://github.com/sshnet/SSH.NET/blob/master/LICENSE</licenseUrl >
1010 <projectUrl >https://github.com/sshnet/SSH.NET/</projectUrl >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.</description >
13- <releaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta1 </releaseNotes >
13+ <releaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta2 </releaseNotes >
1414 <summary >A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary >
15- <copyright >2012-2016 , RENCI</copyright >
15+ <copyright >2012-2017 , RENCI</copyright >
1616 <language >en-US</language >
1717 <tags >ssh scp sftp</tags >
1818 <dependencies >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55[ assembly: AssemblyDescription ( "SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism." ) ]
66[ assembly: AssemblyCompany ( "Renci" ) ]
77[ assembly: AssemblyProduct ( "SSH.NET" ) ]
8- [ assembly: AssemblyCopyright ( "Copyright © Renci 2010-2016 " ) ]
8+ [ assembly: AssemblyCopyright ( "Copyright © Renci 2010-2017 " ) ]
99[ assembly: AssemblyTrademark ( "" ) ]
1010[ assembly: AssemblyCulture ( "" ) ]
1111
1212[ assembly: AssemblyVersion ( "2016.1.0" ) ]
1313[ assembly: AssemblyFileVersion ( "2016.1.0" ) ]
14- [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta1 " ) ]
14+ [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta2 " ) ]
1515[ assembly: CLSCompliant ( false ) ]
1616
1717// Setting ComVisible to false makes the types in this assembly not visible
You can’t perform that action at this time.
0 commit comments