From 5e185ccd7e204263493c6afbc6ad9ac2c59dc042 Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Mon, 24 Jan 2022 15:40:42 -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 f441745..20c7f89 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=AzureIoTProtocol_HTTP -version=1.6.0 +version=1.6.1 author=Microsoft maintainer=Microsoft -sentence=Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. -paragraph=Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. 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 HTTP protocol 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 compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. 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-protocol-http architectures=esp8266,esp32