-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFizzPlot.nuspec
More file actions
24 lines (24 loc) · 1.11 KB
/
Copy pathFizzPlot.nuspec
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FizzPlot</id>
<title>FizzPlot</title>
<version>0.0.1-pre5</version>
<description>Interactive plotting library for drawing and editing charts with HighCharts or Plotly</description>
<authors>Matt Jones</authors>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Initial release supporting HighCharts line charts only</releaseNotes>
<tags>fizzplot plot chart interactive highcharts plotly</tags>
<projectUrl>https://github.com/malisimo/FizzPlot</projectUrl>
<repository type="git" url="https://github.com/malisimo/FizzPlot.git" branch="master" />
<dependencies>
<group targetFramework=".NETCoreApp3.1" />
</dependencies>
<icon>Icon.png</icon>
</metadata>
<files>
<file src="lib\netcoreapp3.1\**\*.*" target="lib/netcoreapp3.1" />
<file src="Icon.png" target="" />
</files>
</package>