SparkplugNet 1.3.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SparkplugNet --version 1.3.0
                    
NuGet\Install-Package SparkplugNet -Version 1.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SparkplugNet" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SparkplugNet" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="SparkplugNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SparkplugNet --version 1.3.0
                    
#r "nuget: SparkplugNet, 1.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SparkplugNet&version=1.3.0
                    
Install SparkplugNet as a Cake Addin
#tool nuget:?package=SparkplugNet&version=1.3.0
                    
Install SparkplugNet as a Cake Tool

SparkplugNet is a library to use the Sparkplug IIoT standard in .Net.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SparkplugNet:

Package Downloads
Uns.NET-SparkplugB

Uns.NET-Mqtt contains classes for implementing MQTT in a Unified Namespace. Supports .NET 6 up to .NET 8

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.10 8,079 7/2/2024
1.3.9 133 7/2/2024
1.3.8 2,721 4/15/2024
1.3.7 239 3/27/2024
1.3.6 203 3/24/2024
1.3.5 152 3/21/2024
1.3.4 290 3/4/2024
1.3.3 165 3/3/2024
1.3.2 2,499 2/10/2024
1.3.1 505 1/5/2024
1.3.0 273 12/18/2023
1.2.0 9,148 11/20/2022
1.1.1 464 10/30/2022
1.1.0 1,054 10/4/2022
1.0.0 758 8/3/2022
0.7.0 858 3/24/2022
0.6.0 500 2/18/2022
0.5.0 478 2/8/2022
0.4.0 417 9/1/2021
0.3.0 368 8/31/2021
0.2.0 394 5/20/2021
0.1.0 1,088 5/19/2021

Version 1.3.0.0 (2023-12-18): Removed support for NetCore3.1, added support for Net8.0, updated NuGet packages, tried to get towards 3.0 compatibility, updated supported data types and adjusted data type handling (Use carefully, not yet fully tested).