-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the Package.xml file so that it can be used as part of the U…
…mbPack packaging process.
- Loading branch information
1 parent
1761d49
commit c141852
Showing
2 changed files
with
36 additions
and
93 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<umbPackage> | ||
<files> | ||
<folder path="source" orgPath="App_Plugins/FontAwesomeIconPack" /> | ||
</files> | ||
<info> | ||
<package> | ||
<name>Font Awesome Icon Pack</name> | ||
<version>5.13.0</version> | ||
<iconUrl>https://vizioz.github.io/FontAwesomeIconPack/fapng.png</iconUrl> | ||
<license url="https://github.com/Vizioz/FontAwesomeIconPack/blob/master/LICENSE.md">MIT License</license> | ||
<url>https://github.com/Vizioz/FontAwesomeIconPack</url> | ||
<requirements type="strict"> | ||
<major>7</major> | ||
<minor>0</minor> | ||
<patch>0</patch> | ||
</requirements> | ||
</package> | ||
<author> | ||
<name>Chris Houston, Miguel Lopez, Søren Kottal</name> | ||
<website>https://github.com/Vizioz/FontAwesomeIconPack</website> | ||
</author> | ||
<readme><![CDATA[ | ||
This package adds the Open Source Font Awesome Icons to the back office of Umbraco. This allows you to use them where Umbraco currently uses icons, e.g. when creating a new document type that will be shown in the content tree. | ||
]]></readme> | ||
</info> | ||
<DocumentTypes /> | ||
<Templates /> | ||
<Stylesheets /> | ||
<Macros /> | ||
<DictionaryItems /> | ||
<Languages /> | ||
<DataTypes /> | ||
<Actions /> | ||
<control /> | ||
</umbPackage> |
This file was deleted.
Oops, something went wrong.