Skip to content

Commit 5b5965e

Browse files
committed
Updated changelog.
1 parent c5adced commit 5b5965e

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.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).
45
* **Version 1.3.3.0 (2024-03-03)**: Fixed conversion issues. Fixes https://github.com/SeppPenner/SparkplugNet/issues/64, https://github.com/SeppPenner/SparkplugNet/issues/70, https://github.com/SeppPenner/SparkplugNet/issues/71, https://github.com/SeppPenner/SparkplugNet/issues/72. Special thanks go to https://github.com/shouidar, who really helped me with the conversion of all the array types.
56
* **Version 1.3.2.0 (2024-02-10)**: Fixed conversion for data types (Hopefully): https://github.com/SeppPenner/SparkplugNet/issues/63, https://github.com/SeppPenner/SparkplugNet/issues/64, https://github.com/SeppPenner/SparkplugNet/issues/66. Updated some NuGet packages.
67
* **Version 1.3.1.0 (2024-01-05)**: Removed validation for incoming metrics on application (Still needs review).

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.3.0 (2024-03-03): Fixed conversion issues. Fixes https://github.com/SeppPenner/SparkplugNet/issues/64, https://github.com/SeppPenner/SparkplugNet/issues/70, https://github.com/SeppPenner/SparkplugNet/issues/71, https://github.com/SeppPenner/SparkplugNet/issues/72. Special thanks go to https://github.com/shouidar, who really helped me with the conversion of all the array types.</PackageReleaseNotes>
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>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<LangVersion>latest</LangVersion>
2222
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)