You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,8 +27,8 @@ This file will allow the future *Library Manager* to search and install a librar
The library.properties file is a key=value properties list. Every field in this file is UTF-8 encoded. The available fields are:
***name** - the name of the library
***version** - version of the library. Version should be [semver](http://semver.org/) compliant. 1.2.0 is correct; 1.2 is accepted; r5, 003, 1.1c are invalid
***name** - the name of the library. Library names must contain only basic letters and numbers. (ASCII only and no spaces, and it cannot start with a number)
***version** - version of the library. Version should be [semver](http://semver.org/) compliant. 1.2.0 is correct; 1.2 is accepted; r5, 003, 1.1c are invalid
***author** - name/nickname of the authors and their email addresses (not mandatory) separated by comma ","
***maintainer** - name and email of the maintainer
***sentence** - a sentence explaining the purpose of the library