File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 2.0.1 ] - 2022-10-11
88### Added
99- ExceptionCode enum.
1010- DelayAfterRead property.
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
1313 <RepositoryUrl >https://github.com/plasmapper/modbus-dotnet</RepositoryUrl >
1414 <RepositoryType >git</RepositoryType >
1515 <PackageTags >modbus;client</PackageTags >
16- <PackageReleaseNotes >Initial release.</PackageReleaseNotes >
16+ <PackageReleaseNotes >Added
17+ - ExceptionCode enum.
18+ - DelayAfterRead property.
19+
20+ Changed
21+ - FunctionCode enum naming.
22+ - Timeout property to ReadTimeout property.
23+
24+ Fixed
25+ - ReadTimeout setting in examples.</PackageReleaseNotes >
1726 <PackageLicenseExpression >MIT</PackageLicenseExpression >
27+ <VersionPrefix >2.0.1</VersionPrefix >
1828 </PropertyGroup >
1929
2030 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments