-
Notifications
You must be signed in to change notification settings - Fork 4
/
FontAwesomeIconPack.nuspec
32 lines (32 loc) · 2.29 KB
/
FontAwesomeIconPack.nuspec
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
<?xml version="1.0"?>
<package >
<metadata>
<id>Vizioz.FontAwesomeIconPack</id>
<version>2.0.0</version>
<authors>Vizioz Limited</authors>
<owners>Vizioz Limited</owners>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/Vizioz/FontAwesomeIconPack</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<title>Font Awesome Icon Pack</title>
<copyright>Copyright 2020</copyright>
<icon>fapng.png</icon>
</metadata>
<files>
<file src=".\license.md" target="" />
<file src=".\fapng.png" target="" />
<file src=".\source\font-awesome.css" target="content\App_Plugins\FontAwesomeIconPack\font-awesome.css" />
<file src=".\source\package.manifest" target="content\App_Plugins\FontAwesomeIconPack\package.manifest" />
<file src=".\source\fa-solid-900.eot" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-solid-900.eot" />
<file src=".\source\fa-solid-900.svg" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-solid-900.svg" />
<file src=".\source\fa-solid-900.ttf" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-solid-900.ttf" />
<file src=".\source\fa-solid-900.woff" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-solid-900.woff" />
<file src=".\source\fa-solid-900.woff2" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-solid-900.woff2" />
<file src=".\source\fa-brands-400.eot" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-brands-400.eot" />
<file src=".\source\fa-brands-400.svg" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-brands-400.svg" />
<file src=".\source\fa-brands-400.ttf" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-brands-400.ttf" />
<file src=".\source\fa-brands-400.woff" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-brands-400.woff" />
<file src=".\source\fa-brands-400.woff2" target="content\App_Plugins\FontAwesomeIconPack\fonts\fa-brands-400.woff2" />
</files>
</package>