Skip to content

Commit ed296d3

Browse files
authored
Update publisher name instructions
1 parent a7fe7a4 commit ed296d3

File tree

1 file changed

+1
-1
lines changed
  • src/Dataverse/templates/pp-solution/.template.config

1 file changed

+1
-1
lines changed

src/Dataverse/templates/pp-solution/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symbols": {
2727
"PublisherName": {
2828
"type": "parameter",
29-
"description": "Publisher name (company, product or team). Keep it short. Only letters and numbers are allowed",
29+
"description": "Publisher name (company, product or team). Keep it short. Only characters within the ranges [A - Z], [a - z], [0 - 9], or _ are allowed. The first character may only be in the ranges [A - Z], [a - z], or _.",
3030
"datatype": "text",
3131
"replaces": "examplepublisher",
3232
"isRequired": true

0 commit comments

Comments
 (0)