Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppPenner committed Mar 3, 2024
1 parent c5adced commit 5b5965e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change history
--------------

* **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).
* **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.
* **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.
* **Version 1.3.1.0 (2024-01-05)**: Removed validation for incoming metrics on application (Still needs review).
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.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>
<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>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 5b5965e

Please sign in to comment.