Skip to content

Commit 743a640

Browse files
authored
update change log and .NET versions (#170)
1 parent 72537e0 commit 743a640

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* :wrench: Use aws-lc-rs crypto provider for TLS on most platforms. See [#164](https://github.com/stepfunc/rodbus/pull/164).
44
* :wrench: Tunable connection logging to reduce verbosity during disrupted communication. See [#163](https://github.com/stepfunc/rodbus/pull/163).
55
* :star: Add `spawn_tcp_client_task_with_options()` with extensible `ClientOptions` builder API. See [#161](https://github.com/stepfunc/rodbus/pull/161).
6-
* :bug: Fix default retry strategy bug. See [#158](https://github.com/stepfunc/rodbus/pull/158).
6+
* :bug: Fix bad default upper limit in retry strategy. See [#158](https://github.com/stepfunc/rodbus/pull/158).
77
* :wrench: PartialEq and Debug consistently applied to public API. See [#157](https://github.com/stepfunc/rodbus/pull/157).
88
* :star: Support serde on configuration types with new `serialization` feature. See [#156](https://github.com/stepfunc/rodbus/pull/156).
99
* :wrench: rodbus-client modernization with serial support and improved error handling. See [#152](https://github.com/stepfunc/rodbus/pull/152).

ffi/bindings/dotnet/examples/client/client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</When>
1515
<Otherwise>
1616
<ItemGroup>
17-
<PackageReference Include="rodbus" Version="1.0.0" />
17+
<PackageReference Include="rodbus" Version="1.5.0-RC1" />
1818
</ItemGroup>
1919
</Otherwise>
2020
</Choose>

ffi/bindings/dotnet/examples/server/server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</When>
1515
<Otherwise>
1616
<ItemGroup>
17-
<PackageReference Include="rodbus" Version="1.0.0" />
17+
<PackageReference Include="rodbus" Version="1.5.0-RC1" />
1818
</ItemGroup>
1919
</Otherwise>
2020
</Choose>

0 commit comments

Comments
 (0)