Skip to content

Commit

Permalink
feat!: upgrade to MQTTnet 4.1.4.563
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Jan 18, 2023
1 parent 9dd8a78 commit 294f48d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup Label="Package information">
<BaseVersionSuffix></BaseVersionSuffix>
<BaseVersion>4.0.0$(BaseVersionSuffix)</BaseVersion>
<BaseVersion>4.0.1$(BaseVersionSuffix)</BaseVersion>
<DatabasePackagesRevision>1</DatabasePackagesRevision>
<DatabasePackagesVersionSuffix>$(BaseVersionSuffix)</DatabasePackagesVersionSuffix>
</PropertyGroup>
Expand Down
6 changes: 6 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ uid: releases

# Releases

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

### What's new

* Upgrade to [MQTTnet 4.1.4.563](https://github.com/chkr1011/MQTTnet/releases/tag/v4.1.4.563)

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

### What's new
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.1.3.436" />
<PackageReference Include="MQTTnet" Version="4.1.4.563" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 294f48d

Please sign in to comment.