Skip to content

Commit 6165e02

Browse files
committed
修改Demo检测版本号
1 parent 9dc5e86 commit 6165e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPortHelperTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static bool CheckInit(out string message)
5050

5151
//判断SerialPortHelperLib.dll版本号
5252
Version verSerialPortHelperLib = new Version(FileVersionInfo.GetVersionInfo(strPathSerialPortHelperLib).FileVersion);
53-
if (verSerialPortHelperLib < new Version("18.6.8.0"))
53+
if (verSerialPortHelperLib < new Version("18.10.17.0"))
5454
{
5555
message = "类库文件SerialPortHelperLib.dll版本过低,请安装最新版本。";
5656
return false;

0 commit comments

Comments
 (0)