Browse Source

Shall we make it 2014.4.6-beta1, right :p

Gert Driesen 11 years ago
parent
commit
92231b5150

+ 1 - 1
Renci.SshClient/Build/nuget/SSH.NET.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     <metadata>
         <id>SSH.NET</id>
-        <version>2013.4.6-beta1</version>
+        <version>2014.4.6-beta1</version>
         <title>SSH.NET</title>
         <authors>Renci</authors>
         <owners>olegkap</owners>

+ 3 - 3
Renci.SshClient/Renci.SshNet/Properties/CommonAssemblyInfo.cs

@@ -9,9 +9,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyVersion("2013.4.6")]
-[assembly: AssemblyFileVersion("2013.4.6")]
-[assembly: AssemblyInformationalVersion("2013.4.6-beta1")]
+[assembly: AssemblyVersion("2014.4.6")]
+[assembly: AssemblyFileVersion("2014.4.6")]
+[assembly: AssemblyInformationalVersion("2014.4.6-beta1")]
 [assembly: CLSCompliant(false)]
 
 // Setting ComVisible to false makes the types in this assembly not visible