File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Renci.SshNet/Properties Expand file tree Collapse file tree 2 files changed +3
-3
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-beta3 </version >
5+ <version >2016.1.0-beta4 </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-beta3 </releaseNotes >
13+ <releaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta4 </releaseNotes >
1414 <summary >A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary >
1515 <copyright >2012-2017, RENCI</copyright >
1616 <language >en-US</language >
Original file line number Diff line number Diff line change 1111
1212[ assembly: AssemblyVersion ( "2016.1.0" ) ]
1313[ assembly: AssemblyFileVersion ( "2016.1.0" ) ]
14- [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta3 " ) ]
14+ [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta4 " ) ]
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