Skip to content

Commit 237998f

Browse files
committed
Created v2.0.1 release
1 parent de582b4 commit 237998f

2 files changed

Lines changed: 13 additions & 3 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.0.1] - 2022-10-11
88
### Added
99
- ExceptionCode enum.
1010
- DelayAfterRead property.

PL.Modbus/PL.Modbus.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -13,8 +13,18 @@
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'">

0 commit comments

Comments
 (0)