2.0.5516.31020
Breaking changes
Version 2.0 of NModbus4 introduces some breaking changes. In case of slave receives request with invalid function exception response would be returned to master instead of throwing ArgumentException (issue #2).
Also introduced new exception type InvalidModbusRequestException. You can subscribe on slave's event ModbusSlaveRequestReceived and throw this exception. Thus you can filter incoming requests (#6).
Another breaking change related with ReadWriteMultiple function (0x17). Now it works in accordance with the Modbus spec -- performs write operation before read(fixes #6).