From 7342357a587e35a54927d6f90448efb33bbdfc17 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 25 Jun 2016 14:52:41 +0200 Subject: [PATCH] Prepare for 2016.0.0 beta 2. --- build/nuget/SSH.NET.nuspec | 2 +- src/Renci.SshNet/Properties/CommonAssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index 690564b8..e435d884 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -2,7 +2,7 @@ SSH.NET - 2016.0.0-beta1 + 2016.0.0-beta2 SSH.NET Renci olegkap,drieseng diff --git a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs index ea75edea..2fc52d7f 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.0.0")] [assembly: AssemblyFileVersion("2016.0.0")] -[assembly: AssemblyInformationalVersion("2016.0.0-beta1")] +[assembly: AssemblyInformationalVersion("2016.0.0-beta2")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible