Skip to content

Commit

Permalink
Updated NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppPenner committed Mar 21, 2024
1 parent c41662b commit 4530ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SparkplugNet.Tests/SparkplugNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/SparkplugNet/SparkplugNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RepositoryUrl>https://github.com/SeppPenner/SparkplugNet</RepositoryUrl>
<PackageIcon>Icon.png</PackageIcon>
<RepositoryType>Github</RepositoryType>
<PackageReleaseNotes>Version 1.3.4.0 (2024-03-03): Removed Serilog from library, fixes https://github.com/SeppPenner/SparkplugNet/issues/74, Renamed events to not use "Async" as postfix andymore, reworked events to handle mutiple metrics at once (Fixes https://github.com/SeppPenner/SparkplugNet/issues/73).</PackageReleaseNotes>
<PackageReleaseNotes>Version 1.3.5.0 (2024-03-21): Added SparkplugGlobals.UseStrictIdentifierChecking to readme; Updated DateTime handling in metric and corresponding unit tests (thanks go to https://github.com/shouidar); Now store device states with the key {topic.EdgeNodeIdentifier}/{topic.DeviceIdentifier}; Reworked metric storage to allow metrics with alias only (no name); Adjusted stopping logic for nodes and applications to unregister event handlers properly and to send proper death / offline state messages; Adjusted filtering of messages; Fixes https://github.com/SeppPenner/SparkplugNet/issues/43, https://github.com/SeppPenner/SparkplugNet/issues/37, https://github.com/SeppPenner/SparkplugNet/issues/75 and https://github.com/SeppPenner/SparkplugNet/issues/48.</PackageReleaseNotes>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 4530ee6

Please sign in to comment.