From 0e762f52d31cc8ed8a5a79af5ed01cc283399045 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 12 May 2021 19:09:22 -0700 Subject: [PATCH] Revert library name change Libraries are locked to the `name` value specified by the library.properties metadata file in the release at the time of the Library Manager submission. Any release with a different name is rejected by the Arduino Library Manager indexer. References: - https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#why-arent-releases-of-my-library-being-picked-up-by-library-manager - https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-change-my-librarys-name --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index c38074d..ccd3b4d 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=OPTIGA Trust X +name=OPTIGATrustX version=1.0.5 author=Infineon Technologies maintainer=Infineon Technologies