大面积更新,主要文件功能块更改,账号新增BUG修复,新增框架版本验证,v1.5.0
This commit is contained in:
@@ -43,7 +43,7 @@ namespace CommonLibrary
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.4.10");
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.5.0");
|
||||
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace CommonLibrary
|
||||
/// <summary>
|
||||
/// 共享文件的端口号
|
||||
/// </summary>
|
||||
public static int Port_Share_File { get; } = 34261;
|
||||
public static int Port_Ultimate_File_Server { get; } = 34261;
|
||||
/// <summary>
|
||||
/// 用于UDP传输的端口号
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user