Skip to content

Commit bc080e8

Browse files
committed
Prepare for 2016.1.0-beta2.
1 parent bc154e6 commit bc080e8

File tree

3 files changed

+5
-76
lines changed

3 files changed

+5
-76
lines changed

build/nuget/SSH.NET.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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>

build/sandcastle/new.shfbproj

-71
This file was deleted.

src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
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

0 commit comments

Comments
 (0)