From 5ada16779d99263668b0a9975a26b64652dd78dd Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Mon, 24 Jan 2022 15:53:19 -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 15f40d5..7dc3eeb 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=AzureIoTUtility -version=1.6.1 +version=1.6.2 author=Microsoft maintainer=Microsoft -sentence=Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. -paragraph=Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, 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 C shared utility 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]. Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, 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-utility architectures=esp8266,esp32