VL.IO.MQTTnet 0.1.0-alpha

This is a prerelease version of VL.IO.MQTTnet.
dotnet add package VL.IO.MQTTnet --version 0.1.0-alpha
NuGet\Install-Package VL.IO.MQTTnet -Version 0.1.0-alpha
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="VL.IO.MQTTnet" Version="0.1.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VL.IO.MQTTnet --version 0.1.0-alpha
#r "nuget: VL.IO.MQTTnet, 0.1.0-alpha"
#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.
// Install VL.IO.MQTTnet as a Cake Addin
#addin nuget:?package=VL.IO.MQTTnet&version=0.1.0-alpha&prerelease

// Install VL.IO.MQTTnet as a Cake Tool
#tool nuget:?package=VL.IO.MQTTnet&version=0.1.0-alpha&prerelease

An MQTT client for VL, based on MQTTnet.Extensions.ManagedClient.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-alpha 530 10/17/2020
0.0.4-alpha 378 9/27/2020
0.0.3-alpha 292 9/27/2020
0.0.2-alpha 233 9/24/2020
0.0.1-alpha 269 9/22/2020

added WebSocket support and fix for some TLS uses