Skip to content

Commit

Permalink
调整最低SerialPortHelperLib.dll版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed Mar 13, 2019
1 parent 53f9cff commit 5dcb05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialPortHelperTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static bool CheckInit(out string message)

//判断SerialPortHelperLib.dll版本号
Version verSerialPortHelperLib = new Version(FileVersionInfo.GetVersionInfo(strPathSerialPortHelperLib).FileVersion);
if (verSerialPortHelperLib < new Version("18.10.17.0"))
if (verSerialPortHelperLib < new Version("19.3.11.0"))
{
message = "类库文件SerialPortHelperLib.dll版本过低,请安装最新版本。";
return false;
Expand Down

0 comments on commit 5dcb05b

Please sign in to comment.