From 0f08b8502a71c92597fa20da6319fb14e91c4468 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sun, 15 Oct 2017 11:46:10 +0200 Subject: [PATCH] Prepare for 2016.1.0 RTW. --- build/nuget/SSH.NET.nuspec | 4 ++-- src/Renci.SshNet/Properties/CommonAssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index 039a9e11..12bffe81 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -2,7 +2,7 @@ SSH.NET - 2016.1.0-beta4 + 2016.1.0 SSH.NET Renci olegkap,drieseng @@ -10,7 +10,7 @@ https://github.com/sshnet/SSH.NET/ false SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support. - https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta4 + https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0 A Secure Shell (SSH) library for .NET, optimized for parallelism. 2012-2017, RENCI en-US diff --git a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs index 8497d5fb..2c41da97 100644 --- a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs +++ b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("2016.1.0")] [assembly: AssemblyFileVersion("2016.1.0")] -[assembly: AssemblyInformationalVersion("2016.1.0-beta4")] +[assembly: AssemblyInformationalVersion("2016.1.0")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible