Browse Source

Update version number

olegkap_cp 12 years ago
parent
commit
796883e229
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Renci.SshClient/Renci.SshNet/Properties/AssemblyInfo.cs

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

@@ -32,9 +32,9 @@ using System;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2013.1.27")]
-[assembly: AssemblyFileVersion("2013.1.27")]
-[assembly: AssemblyInformationalVersion("2013.1.27")]
+[assembly: AssemblyVersion("2013.4.7")]
+[assembly: AssemblyFileVersion("2013.4.7")]
+[assembly: AssemblyInformationalVersion("2013.4.7")]
 [assembly: CLSCompliant(false)]
 [assembly: InternalsVisibleTo("Renci.SshNet.Tests")]
 #if DEBUG