Files
AMWD.Protocols.Modbus/CHANGELOG.md
2024-04-21 00:18:07 +02:00

976 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • New AMWD.Protocols.Modbus.Proxy package, that contains the server implementations as proxies.

Changed

  • Renamed ModbusSerialServer to ModbusRtuServer to clearify the protocol that is used.
  • Made Protocol property of ModbusClientBase non-abstract.

v0.2.0 (2024-04-02)

First "final" re-implementation.

v0.1.0 (2022-08-28)

Was a first shot of a re-implementation... Was deleted and re-written again.
So this tag is only here for documentation purposes of the NuGet Gallery.