We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc5e86 commit 6165e02Copy full SHA for 6165e02
1 file changed
SerialPortHelperTest/Program.cs
@@ -50,7 +50,7 @@ static bool CheckInit(out string message)
50
51
//判断SerialPortHelperLib.dll版本号
52
Version verSerialPortHelperLib = new Version(FileVersionInfo.GetVersionInfo(strPathSerialPortHelperLib).FileVersion);
53
- if (verSerialPortHelperLib < new Version("18.6.8.0"))
+ if (verSerialPortHelperLib < new Version("18.10.17.0"))
54
{
55
message = "类库文件SerialPortHelperLib.dll版本过低,请安装最新版本。";
56
return false;
0 commit comments