Skip to content

Commit 13cc563

Browse files
committed
Prepare for stable release.
1 parent 342f3ef commit 13cc563

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/nuget/SSH.NET.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SSH.NET</id>
5-
<version>2016.0.0-beta3</version>
5+
<version>2016.0.0</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.0.0-beta3</releaseNotes>
13+
<releaseNotes>https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0</releaseNotes>
1414
<summary>A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary>
1515
<copyright>2012-2016, RENCI</copyright>
1616
<language>en-US</language>

src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[assembly: AssemblyVersion("2016.0.0")]
1313
[assembly: AssemblyFileVersion("2016.0.0")]
14-
[assembly: AssemblyInformationalVersion("2016.0.0-beta3")]
14+
[assembly: AssemblyInformationalVersion("2016.0.0")]
1515
[assembly: CLSCompliant(false)]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)