From 9511c22abef7b2aebd85f8d5c09b59495da45516 Mon Sep 17 00:00:00 2001 From: drieseng Date: Wed, 14 Dec 2016 20:49:53 +0100 Subject: [PATCH] Prepare for 2016.1.0-beta1. --- src/Renci.SshNet/Properties/CommonAssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs index dcb6d4b8..2f23393b 100644 --- a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs +++ b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs @@ -9,9 +9,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2016.0.0")] -[assembly: AssemblyFileVersion("2016.0.0")] -[assembly: AssemblyInformationalVersion("2016.0.0")] +[assembly: AssemblyVersion("2016.1.9999")] +[assembly: AssemblyFileVersion("2016.1.9999")] +[assembly: AssemblyInformationalVersion("2016.1.9999-dev")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible