Skip to content

Commit

Permalink
feat: upgrade to MQTTnet 4.3.2.930
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Dec 3, 2023
1 parent ce0c432 commit 9b1d5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ uid: releases
### What's new

* Upgrade to [Confluent.Kafka 2.3.0](https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v2.3.0)
* Upgrade to [MQTTnet 4.3.2.930](https://github.com/chkr1011/MQTTnet/releases/tag/v4.3.2.930)

## [4.4.0](https://github.com/BEagle1984/silverback/releases/tag/v4.4.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This package contains an implementation of Silverback.Integration for MQTT.</Des
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MQTTnet" Version="4.3.1.873" />
<PackageReference Include="MQTTnet" Version="4.3.2.930" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9b1d5d5

Please sign in to comment.