Skip to content

Commit

Permalink
Add package icon URL to XML
Browse files Browse the repository at this point in the history
  • Loading branch information
greystate committed Feb 28, 2021
1 parent a33bb41 commit ddcf733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/package.ent
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<!ENTITY fileBaseName "propeditor">

<!ENTITY packageAuthorURL "https://vokseverk.dk/">
<!ENTITY packageIconURL "https://raw.githubusercontent.com/vokseverk/Vokseverk.VersionNumber/main/images/versionnumber-icon.png">
<!ENTITY packageURL "https://our.umbraco.com/packages/backoffice-extensions/version-number/">
<!ENTITY packageREADME "A property editor for adding a version number to a document type, following the major.minor[.patch] pattern.">
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<package>
<name>&packageName;</name>
<version>&packageVersion;</version>
<iconUrl />
<iconUrl>&packageIconURL;</iconUrl>
<license url="http://opensource.org/licenses/MIT">MIT License</license>
<url>&packageURL;</url>
<requirements type="strict">
Expand Down

0 comments on commit ddcf733

Please sign in to comment.