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.
<PackageVersion Include="DevBot9.NanoFramework.Homie" Version="0.11.1" />
                    
Directory.Packages.props
<PackageReference Include="DevBot9.NanoFramework.Homie" />
                    
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 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.
#addin nuget:?package=DevBot9.NanoFramework.Homie&version=0.11.1
                    
Install DevBot9.NanoFramework.Homie as a Cake Addin
#tool nuget:?package=DevBot9.NanoFramework.Homie&version=0.11.1
                    
Install DevBot9.NanoFramework.Homie as a Cake Tool

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 288 10/14/2021
0.11.1 561 10/11/2021
0.11.0 477 10/11/2021
0.10.0 476 8/2/2021
0.10.0-preview.57 210 7/28/2021
0.10.0-preview.44 175 7/22/2021
0.10.0-preview.30 191 7/12/2021
0.10.0-preview.20 198 7/11/2021
0.10.0-preview.18 195 7/8/2021
0.10.0-preview.13 211 7/2/2021
0.9.0 227 6/28/2021
0.9.0-preview.43 177 6/6/2021
0.9.0-preview.38 188 5/23/2021
0.9.0-preview.34 181 5/14/2021
0.9.0-preview.28 224 5/7/2021
0.9.0-preview.13 200 5/3/2021
0.8.0 232 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.