组件更新,代码优化,v1.5.6

This commit is contained in:
dathlin
2017-10-04 20:39:56 +08:00
parent 10890b4ebc
commit 64e9d1990e
5 changed files with 131 additions and 62 deletions

View File

@@ -44,7 +44,7 @@ namespace CommonLibrary
*
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.5.5");
SoftBasic.FrameworkVersion = new SystemVersion("1.5.6");
}
@@ -94,7 +94,7 @@ namespace CommonLibrary
/// </summary>
public static int Port_Udp_Server { get; } = 32566;
/// <summary>
/// 文件管理的服务器端口
/// 用于服务器版本更新的端口
/// </summary>
public static int Port_Advanced_File_Server { get; } = 24672;