-
Notifications
You must be signed in to change notification settings - Fork 193
Description
Arduino would like to add this valuable library to the Library Manager.
I understand that the current recommendation is for the users to manually download and install the development version of the library. However, Library Manager would make it easier for users to install and update the library and for developers to manage it as a dependency.
Arduino Library Manager uses Git tags as the units of release and at the time of the last tag the library did not meet the requirements for admission to Library Manager due to the presence of a symlink so it is currently impossible to add the library to Library Manager. The symlink has been removed (#156) since the time of the tag, so the development version of the library is fully compliant with the submission requirements.
The necessary actions:
- Update the
versionfield value in thelibrary.propertiesmetadata file. - Create a new GitHub release or tag in the repository.