瀏覽代碼

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

Source commit: f19873147f20fa0773f43425b42401857efebfc7
Martin Prikryl 8 月之前
父節點
當前提交
92ef0ddcef
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.15.0.0";
+        public const string Version = "1.16.0.0";
         public const string ProductVersion = "6.4.2.0";
     }
 }