-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.nuspec
More file actions
17 lines (17 loc) · 871 Bytes
/
package.nuspec
File metadata and controls
17 lines (17 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>zingchart</id>
<version>2.9.1</version>
<description>Our JavaScript charting library is a commercial product. But the full branded version is free to try, forever.</description>
<authors>ZingSoft Inc</authors>
<projectUrl>https://www.zingchart.com</projectUrl>
<tags>Chart Charts Javascript html5 Javascript-Charts Charting Interactive-Maps Maps ZingChart ZingGrid</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://www.zingchart.com/assets/img/zing-logo.svg</iconUrl>
</metadata>
<files>
<file src="zingchart.min.js" target="content/Scripts"/>
<file src="modules/" target="content/Scripts"/>
</files>
</package>