浏览代码

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

Source commit: 8638e314a280ccf2694cd7fd56c3d19947a4a134
Martin Prikryl 2 年之前
父节点
当前提交
c4b65c0377
共有 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.12.0.0";
+        public const string Version = "1.13.0.0";
         public const string ProductVersion = "6.0.0.0";
     }
 }