Skip to content

Commit 4530ee6

Browse files
committed
Updated NuGet packages.
1 parent c41662b commit 4530ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SparkplugNet.Tests/SparkplugNet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2020
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
2121
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
22-
<PackageReference Include="coverlet.collector" Version="6.0.1">
22+
<PackageReference Include="coverlet.collector" Version="6.0.2">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>

src/SparkplugNet/SparkplugNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryUrl>https://github.com/SeppPenner/SparkplugNet</RepositoryUrl>
1717
<PackageIcon>Icon.png</PackageIcon>
1818
<RepositoryType>Github</RepositoryType>
19-
<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>
19+
<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>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<LangVersion>latest</LangVersion>
2222
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)