From 7a19bcd81eee7951347be24e8e04ae18092cfec6 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 7 Oct 2017 15:39:39 +0200 Subject: [PATCH] Prepare for 2016.1.0-beta4. --- 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 03c26904..039a9e11 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -2,7 +2,7 @@ SSH.NET - 2016.1.0-beta3 + 2016.1.0-beta4 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-beta3 + https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta4 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 5fa09afc..8497d5fb 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-beta3")] +[assembly: AssemblyInformationalVersion("2016.1.0-beta4")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible