瀏覽代碼

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

Source commit: ef397847106e8a49547f0a9178a7069860d18603
Martin Prikryl 7 年之前
父節點
當前提交
5701f19c15
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.3.0";
+        public const string Version = "1.5.4.0";
         public const string ProductVersion = "5.13.1.0";
     }
 }