siara-cc / esp_arduino_sqlite3_lib

Sqlite3 library for ESP8266 Arduino core
Apache License 2.0
92 stars 19 forks source link

Latest release missing from Arduino Library Manager due to name change #19

Closed per1234 closed 3 years ago

per1234 commented 3 years ago

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. This is the cause of https://github.com/siara-cc/esp_arduino_sqlite3_lib/issues/10#issuecomment-529213568

Please submit an issue at https://github.com/arduino/Arduino/issues/new to request the name be updated in the index.

Alternatively, you can revert the library.properties name value back to the original Sqlite3

Thanks!

References: