-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
47 lines (45 loc) · 2.51 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<umbPackage>
<files>
<file path="source/font-awesome.css" orgPath="App_Plugins/FontAwesomeIconPack/font-awesome.css" />
<file path="source/package.manifest" orgPath="App_Plugins/FontAwesomeIconPack/package.manifest" />
<file path="source/fa-solid-900.eot" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.eot" />
<file path="source/fa-solid-900.svg" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.svg" />
<file path="source/fa-solid-900.woff" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.woff" />
<file path="source/fa-solid-900.woff2" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.woff2" />
<file path="source/fa-solid-900.ttf" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-solid-900.ttf" />
<file path="source/fa-brands-400.eot" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.eot" />
<file path="source/fa-brands-400.svg" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.svg" />
<file path="source/fa-brands-400.woff" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.woff" />
<file path="source/fa-brands-400.woff2" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.woff2" />
<file path="source/fa-brands-400.ttf" orgPath="App_Plugins/FontAwesomeIconPack/fonts/fa-brands-400.ttf" />
</files>
<info>
<package>
<name>Font Awesome Icon Pack</name>
<version>2.2.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>
<contributors></contributors>
<readme><![CDATA[This package adds the Open Source Font Awesome v5.15.1 Icons to the back office of Umbraco. It includes the COVID-19 free awareness icons. 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 />
</umbPackage>