DevBot9.NanoFramework.Homie 0.11.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DevBot9.NanoFramework.Homie --version 0.11.1
NuGet\Install-Package DevBot9.NanoFramework.Homie -Version 0.11.1
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="DevBot9.NanoFramework.Homie" Version="0.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevBot9.NanoFramework.Homie --version 0.11.1
#r "nuget: DevBot9.NanoFramework.Homie, 0.11.1"
#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 DevBot9.NanoFramework.Homie as a Cake Addin
#addin nuget:?package=DevBot9.NanoFramework.Homie&version=0.11.1

// Install DevBot9.NanoFramework.Homie as a Cake Tool
#tool nuget:?package=DevBot9.NanoFramework.Homie&version=0.11.1

Homie implementation for nanoFramework.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 DevBot9.NanoFramework.Homie:

Package Downloads
DevBot9.NanoFramework.Homie.Utilities

Homie implementation for nanoFramework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0-preview.5 244 10/14/2021
0.11.1 481 10/11/2021
0.11.0 413 10/11/2021
0.10.0 410 8/2/2021
0.10.0-preview.57 176 7/28/2021
0.10.0-preview.44 142 7/22/2021
0.10.0-preview.30 158 7/12/2021
0.10.0-preview.20 164 7/11/2021
0.10.0-preview.18 161 7/8/2021
0.10.0-preview.13 178 7/2/2021
0.9.0 187 6/28/2021
0.9.0-preview.43 142 6/6/2021
0.9.0-preview.38 154 5/23/2021
0.9.0-preview.34 148 5/14/2021
0.9.0-preview.28 187 5/7/2021
0.9.0-preview.13 163 5/3/2021
0.8.0 183 4/24/2021

## [0.11.1] - 2021-10-11
### Added
- Adding support for .NET Standard 2.0 and 2.1.
- NuGets now have Source Link configured.

### Fixed
- Fixing typo that made Client side States and Parameters to not update.
- Adding a workaround for the nF MQTT library memory leak bug. It will process messages slower.