forked from RobbieLD/FontAwesomeIconFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FontAwesomeIconFinder.nuspec
26 lines (26 loc) · 1.83 KB
/
FontAwesomeIconFinder.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FontAwesomeIconFinder</id>
<version>1.0.2</version>
<authors>Rob Davis</authors>
<owners>Rob Davis</owners>
<licenseUrl>https://raw.githubusercontent.com/RobbieLD/FontAwesomeIconFinder/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/RobbieLD/FontAwesomeIconFinder/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/RobbieLD/FontAwesomeIconFinder/master/icon_128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An umbraco property editor for Font Awsome Icons which is User Upgradable to keep up todate with the latest Font Awesome Icons.</description>
<releaseNotes>This initial release</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>umbraco font awesome icons picker finder data type property editor</tags>
</metadata>
<files>
<file src="dist/fontawesomeiconfinder.controller.js" target="Content/App_Plugins/FontAwesomeIconFinder/fontawesomeiconfinder.controller.js" />
<file src="dist/fontawesomeiconfinder.css" target="Content/App_Plugins/FontAwesomeIconFinder/fontawesomeiconfinder.css" />
<file src="dist/fontawesomeiconfinder.html" target="Content/App_Plugins/FontAwesomeIconFinder/fontawesomeiconfinder.html" />
<file src="dist/fontawesomeiconfinder.manager.js" target="Content/App_Plugins/FontAwesomeIconFinder/fontawesomeiconfinder.manager.js" />
<file src="dist/fontawesomeiconfinder.trie.js" target="Content/App_Plugins/FontAwesomeIconFinder/fontawesomeiconfinder.trie.js" />
<file src="dist/icons.json" target="Content/App_Plugins/FontAwesomeIconFinder/icons.json" />
<file src="dist/package.manifest" target="Content/App_Plugins/FontAwesomeIconFinder/package.manifest" />
</files>
</package>