Browse Source

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

Source commit: 7558398202f6340bdf7c403a98ef17dd322f2619
Martin Prikryl 6 years ago
parent
commit
77f7dcf6a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dotnet/properties/AssemblyInfo.cs

+ 1 - 1
dotnet/properties/AssemblyInfo.cs

@@ -35,7 +35,7 @@ namespace WinSCP
     {
         public const string UndefinedProductVersion = "9.9.9.9";
 
-        public const string Version = "1.7.0.0";
+        public const string Version = "1.7.1.0";
         public const string ProductVersion = "5.16.2.0";
     }
 }