From 6a63dbb739dc8cc79a13db7d4c7264fae1acb1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 28 Jun 2024 21:37:26 +0200 Subject: [PATCH] Bump to v0.3.1 --- AMWD.Protocols.Modbus.Proxy/README.md | 2 +- .../AMWD.Protocols.Modbus.Tests.csproj | 6 +++--- CHANGELOG.md | 10 +++++++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/AMWD.Protocols.Modbus.Proxy/README.md b/AMWD.Protocols.Modbus.Proxy/README.md index 9fc877a..0a1c7ba 100644 --- a/AMWD.Protocols.Modbus.Proxy/README.md +++ b/AMWD.Protocols.Modbus.Proxy/README.md @@ -2,7 +2,7 @@ With this package the server and client implementations will be combined as proxy. -You can use any `ModbusBasClient` implementation as target client and plug it into the implemented `ModbusTcpProxy` or `ModbusRtuProxy`, which implement the server side. +You can use any `ModbusBaseClient` implementation as target client and plug it into the implemented `ModbusTcpProxy` or `ModbusRtuProxy`, which implement the server side. --- diff --git a/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj b/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj index 160a37a..4bf6dac 100644 --- a/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj +++ b/AMWD.Protocols.Modbus.Tests/AMWD.Protocols.Modbus.Tests.csproj @@ -21,10 +21,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 732acc6..544abd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _no changes_ +## [v0.3.1] (2024-06-28) + +### Fixed + +- Issues with range validation on several lines of code in server implementations. + + ## [v0.3.0] (2024-05-31) ### Added @@ -38,6 +45,7 @@ So this tag is only here for documentation purposes of the NuGet Gallery. -[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.1...HEAD +[v0.3.1]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/AM-WD/AMWD.Protocols.Modbus/tree/v0.2.0