File tree 3 files changed +5
-76
lines changed
src/Renci.SshNet/Properties
3 files changed +5
-76
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.1.0-beta1 </version >
5
+ <version >2016.1.0-beta2 </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.1.0-beta1 </releaseNotes >
13
+ <releaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta2 </releaseNotes >
14
14
<summary >A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary >
15
- <copyright >2012-2016 , RENCI</copyright >
15
+ <copyright >2012-2017 , RENCI</copyright >
16
16
<language >en-US</language >
17
17
<tags >ssh scp sftp</tags >
18
18
<dependencies >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
[ assembly: AssemblyDescription ( "SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism." ) ]
6
6
[ assembly: AssemblyCompany ( "Renci" ) ]
7
7
[ assembly: AssemblyProduct ( "SSH.NET" ) ]
8
- [ assembly: AssemblyCopyright ( "Copyright © Renci 2010-2016 " ) ]
8
+ [ assembly: AssemblyCopyright ( "Copyright © Renci 2010-2017 " ) ]
9
9
[ assembly: AssemblyTrademark ( "" ) ]
10
10
[ assembly: AssemblyCulture ( "" ) ]
11
11
12
12
[ assembly: AssemblyVersion ( "2016.1.0" ) ]
13
13
[ assembly: AssemblyFileVersion ( "2016.1.0" ) ]
14
- [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta1 " ) ]
14
+ [ assembly: AssemblyInformationalVersion ( "2016.1.0-beta2 " ) ]
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