Browse Source

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

Source commit: 0d142e14bb555c561b7c0cc9240c73bc449f596f
Martin Prikryl 8 năm trước cách đây
mục cha
commit
d2f3816df4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.4.1.0";
+        public const string Version = "1.5.0.0";
         public const string ProductVersion = "5.12.0.0";
     }
 }