From f81cb2844d0d9a33d197bce4e9016aa201419941 Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Mon, 24 Jan 2022 15:20:20 -0800 Subject: [PATCH] Add deprecation info to library description. --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index 51dab4a..0713c18 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=AzureIoTHub -version=1.6.0 +version=1.6.1 author=Microsoft maintainer=Microsoft -sentence=Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. -paragraph=Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. +sentence=[See deprecation warning!] Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. +paragraph=[Warning: This library is being deprecated! Please use Azure SDK for C for new projects]. Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. category=Communication url=https://github.com/Azure/azure-iot-arduino architectures=esp8266,esp32