@@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <Version>1.0.0.29</Version>
+ <Version>1.0.0.30</Version>
<Authors>Shun</Authors>
<Company>YSAI</Company>
<Product>SCADA</Product>
@@ -45,7 +45,6 @@ namespace YSAI.Core.communication.net.ws.service
else
{
if (Ip == Obj.Ip &&
- MaxNumber == Obj.MaxNumber &&
SN == Obj.SN &&
Port == Obj.Port)