Skip to content

Commit f10dd1e

Browse files
committed
Created v2.1.0 release
1 parent 81e3f3f commit f10dd1e

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.1.0] - 2022-10-12
88
### Added
99
- ConnectTimeout property.
1010

PL.Modbus/PL.Modbus.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>modbus;client</PackageTags>
1616
<PackageReleaseNotes>Added
17-
- ExceptionCode enum.
18-
- DelayAfterRead property.
17+
- ConnectTimeout property.
1918

2019
Changed
21-
- FunctionCode enum naming.
22-
- Timeout property to ReadTimeout property.
23-
24-
Fixed
25-
- ReadTimeout setting in examples.</PackageReleaseNotes>
20+
- Disabled Nagle's algorithm.</PackageReleaseNotes>
2621
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27-
<VersionPrefix>2.0.1</VersionPrefix>
22+
<VersionPrefix>2.1.0</VersionPrefix>
2823
</PropertyGroup>
2924

3025
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)