From bc080e8c1ba2487728e208d6ab37be58191f0bbf Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Wed, 16 Aug 2017 19:23:14 +0200 Subject: [PATCH] Prepare for 2016.1.0-beta2. --- build/nuget/SSH.NET.nuspec | 6 +- build/sandcastle/new.shfbproj | 71 ------------------- .../Properties/CommonAssemblyInfo.cs | 4 +- 3 files changed, 5 insertions(+), 76 deletions(-) delete mode 100644 build/sandcastle/new.shfbproj diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index 8afa607f4..1c43be764 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -2,7 +2,7 @@ SSH.NET - 2016.1.0-beta1 + 2016.1.0-beta2 SSH.NET Renci olegkap,drieseng @@ -10,9 +10,9 @@ 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-beta1 + https://github.com/sshnet/SSH.NET/releases/tag/2016.1.0-beta2 A Secure Shell (SSH) library for .NET, optimized for parallelism. - 2012-2016, RENCI + 2012-2017, RENCI en-US ssh scp sftp diff --git a/build/sandcastle/new.shfbproj b/build/sandcastle/new.shfbproj deleted file mode 100644 index 4794b9026..000000000 --- a/build/sandcastle/new.shfbproj +++ /dev/null @@ -1,71 +0,0 @@ - - - - - Debug - AnyCPU - 2.0 - {6c35cd41-3f6e-47c1-a805-1aab0ac88b36} - 2015.6.5.0 - - Documentation - Documentation - Documentation - - .NET Framework 4.0 - D:\development\SSH.NET\build\target\help\ - Documentation - en-US - 100 - OnlyWarningsAndErrors - Markdown - False - False - False - True - - - - 1.0.0.0 - 2 - False - Standard - Blank - False - Markdown - False - Guid - A Sandcastle Documented Class Library - AboveNamespaces - - - - - - - - - - - - - - - - - - - - - - - - - - - OnBuildSuccess - - \ No newline at end of file diff --git a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs index 9d29d05b4..1a3243794 100644 --- a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs +++ b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs @@ -5,13 +5,13 @@ [assembly: AssemblyDescription("SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.")] [assembly: AssemblyCompany("Renci")] [assembly: AssemblyProduct("SSH.NET")] -[assembly: AssemblyCopyright("Copyright © Renci 2010-2016")] +[assembly: AssemblyCopyright("Copyright © Renci 2010-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("2016.1.0")] [assembly: AssemblyFileVersion("2016.1.0")] -[assembly: AssemblyInformationalVersion("2016.1.0-beta1")] +[assembly: AssemblyInformationalVersion("2016.1.0-beta2")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible