Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Mar 3, 2024
1 parent b4f6a22 commit 5b719ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Artemis.Plugins.Mqtt/Artemis.Plugins.Mqtt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2024.225.6" />
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2024.302.1" />
<PackageReference Include="MQTTnet" Version="4.3.3.952" />
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.3.952" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Artemis.Plugins.Mqtt/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"Author": "Wibble199 & diogotr7",
"Icon": "AccessPoint",
"Description": "Provides a customisable data model based on data received by subscribing to an MQTT broker.",
"Version": "1.0.0.0",
"Version": "1.1.0.0",
"Main": "Artemis.Plugins.Mqtt.dll"
}

0 comments on commit 5b719ae

Please sign in to comment.