File tree 2 files changed +3
-3
lines changed
src/Renci.SshNet/Properties
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >SSH.NET</id >
5
- <version >2016.0.0-beta3 </version >
5
+ <version >2016.0.0</version >
6
6
<title >SSH.NET</title >
7
7
<authors >Renci</authors >
8
8
<owners >olegkap,drieseng</owners >
9
9
<licenseUrl >https://github.com/sshnet/SSH.NET/blob/master/LICENSE</licenseUrl >
10
10
<projectUrl >https://github.com/sshnet/SSH.NET/</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<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.0.0-beta3 </releaseNotes >
13
+ <releaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0</releaseNotes >
14
14
<summary >A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary >
15
15
<copyright >2012-2016, RENCI</copyright >
16
16
<language >en-US</language >
Original file line number Diff line number Diff line change 11
11
12
12
[ assembly: AssemblyVersion ( "2016.0.0" ) ]
13
13
[ assembly: AssemblyFileVersion ( "2016.0.0" ) ]
14
- [ assembly: AssemblyInformationalVersion ( "2016.0.0-beta3 " ) ]
14
+ [ assembly: AssemblyInformationalVersion ( "2016.0.0" ) ]
15
15
[ assembly: CLSCompliant ( false ) ]
16
16
17
17
// Setting ComVisible to false makes the types in this assembly not visible
You can’t perform that action at this time.
0 commit comments