소스 검색

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

Source commit: 9f1c38db4287f6be86c4af919db199367b78b697
Martin Prikryl 1 년 전
부모
커밋
addb672f62
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.14.0.0";
+        public const string Version = "1.15.0.0";
         public const string ProductVersion = "6.2.2.0";
     }
 }