From 22aab44d4970ce35a9eb480511ee301b4b4ef5e5 Mon Sep 17 00:00:00 2001 From: Kees Schollaart Date: Sun, 14 Oct 2018 11:46:32 +0200 Subject: [PATCH 1/2] Referencing my MQTT Bindings for Azure Functions Hi, if you're interested, hereby a reference to my work on MQTT Bindings for Azure Functions where I used this library. Thanks for the excellent work. More background [over here](http://case.schollaart.net/2018/09/22/mqtt-and-azure-functions.html) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc2aceafd..a33cee704 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ This library is used in the following projects: * MQTT Client Rx (Wrapper for Reactive Extensions, ) * MQTT Tester (MQTT client test app for [Android](https://play.google.com/store/apps/details?id=com.liveowl.mqtttester) and [iOS](https://itunes.apple.com/us/app/mqtt-tester/id1278621826?mt=8)) * Wirehome.Core (Open Source Home Automation system for .NET Core, ) +* Azure Functions MQTT Bindings, [CaseOnline.Azure.WebJobs.Extensions.Mqtt](https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt/) If you use this library and want to see your project here please let me know. From d273148bc56571e04878e3b2aa5a459ecd5fe511 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 14 Oct 2018 12:05:08 +0200 Subject: [PATCH 2/2] Update README.md Reorder references alphabetically. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a33cee704..dce000801 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ This project also listed at Open Collective (https://opencollective.com/mqttnet) This library is used in the following projects: +* Azure Functions MQTT Bindings, [CaseOnline.Azure.WebJobs.Extensions.Mqtt](https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt/) * HA4IoT (Open Source Home Automation system for .NET, ) * MQTT Client Rx (Wrapper for Reactive Extensions, ) * MQTT Tester (MQTT client test app for [Android](https://play.google.com/store/apps/details?id=com.liveowl.mqtttester) and [iOS](https://itunes.apple.com/us/app/mqtt-tester/id1278621826?mt=8)) * Wirehome.Core (Open Source Home Automation system for .NET Core, ) -* Azure Functions MQTT Bindings, [CaseOnline.Azure.WebJobs.Extensions.Mqtt](https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt/) -If you use this library and want to see your project here please let me know. +If you use this library and want to see your project here please create a pull request. ## MIT License