Browse Source

Bumping .NET assembly version number before 5.13.4 release as there were changes

Source commit: 37e332918a675064df94bea9be916f6e06e76de7
Martin Prikryl 7 years ago
parent
commit
590672c4c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dotnet/properties/AssemblyInfo.cs

+ 1 - 1
dotnet/properties/AssemblyInfo.cs

@@ -31,7 +31,7 @@ namespace WinSCP
     {
         public const string UndefinedProductVersion = "9.9.9.9";
 
-        public const string Version = "1.5.5.0";
+        public const string Version = "1.5.6.0";
         public const string ProductVersion = "5.13.4.0";
     }
 }