Skip to content

Commit 261dae6

Browse files
committed
Updated properties file key names.
1 parent bb2a0ee commit 261dae6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
name = ##library.name##
66

77
# List of authors. Links can be provided using the syntax [author name](url).
8-
authorList = [##author.name##](##author.url##)
8+
authors = [##author.name##](##author.url##)
99

1010
# A web page for your library, NOT a direct link to where to download it.
1111
url = ##library.url##
1212

13-
# The category of your library, must be one (or many) of the following:
13+
# The category (or categories) of your library, must be from the following list:
1414
# "3D" "Animation" "Compilations" "Data"
1515
# "Fabrication" "Geometry" "GUI" "Hardware"
1616
# "I/O" "Language" "Math" "Simulation"
1717
# "Sound" "Utilities" "Typography" "Video & Vision"
1818
#
1919
# If a value other than those listed is used, your library will listed as
20-
# "Other".
21-
category = ##library.category##
20+
# "Other". Many categories must be comma-separated.
21+
categories = ##library.category##
2222

2323
# A short sentence (or fragment) to summarize the library's function. This will
2424
# be shown from inside the PDE when the library is being installed. Avoid
@@ -44,7 +44,7 @@ paragraph = ##library.paragraph##
4444
version = ##library.version## # This must be parsable as an int
4545

4646
# The version as the user will see it. If blank, the version attribute will be
47-
# used here.
47+
# used here. This should be a single word, with no spaces.
4848
prettyVersion = ##library.prettyVersion## # This is treated as a String
4949

5050
# The min and max revision of Processing compatible with your library.

0 commit comments

Comments
 (0)