Skip to content

Commit 758b561

Browse files
committed
Updated changelog.
1 parent a98676c commit 758b561

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change history
22
--------------
33

4+
* **Version 1.3.10.0 (2024-07-02)**: Fixed negative values conversion issues, fixes https://github.com/SeppPenner/SparkplugNet/issues/96.
45
* **Version 1.3.9.0 (2024-07-02)**: Updated NuGet packages, fixes https://github.com/SeppPenner/SparkplugNet/issues/99.
56
* **Version 1.3.8.0 (2024-04-15)**: Removed invalid setting of TLS options, fixes https://github.com/SeppPenner/SparkplugNet/issues/94.
67
* **Version 1.3.7.0 (2024-03-27)**: Fixed logic to get sesssion number metric, fixes https://github.com/SeppPenner/SparkplugNet/issues/91; Changed order of the test code to have event handlers defined BEFORE anything else happens; Reworked MQTT options, fixes https://github.com/SeppPenner/SparkplugNet/issues/83; Added option to do a node rebirth from code, fixes https://github.com/SeppPenner/SparkplugNet/issues/44.

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.9.0 (2024-07-02): Updated NuGet packages, fixes https://github.com/SeppPenner/SparkplugNet/issues/99.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Version 1.3.10.0 (2024-07-02): Fixed negative values conversion issues, fixes https://github.com/SeppPenner/SparkplugNet/issues/96.</PackageReleaseNotes>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<LangVersion>latest</LangVersion>
2222
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)