forked from Live-Charts/Live-Charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Core.nuspec
30 lines (30 loc) · 1.57 KB
/
Core.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
<?xml version="1.0"?>
<package >
<metadata>
<id>LiveCharts</id>
<version>0.0.0.0</version>
<title>LiveCharts</title>
<authors>Beto Rodriguez</authors>
<owners>Beto Rodriguez</owners>
<licenseUrl>https://github.com/beto-rodriguez/Live-Charts/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>http://lvcharts.net/</projectUrl>
<iconUrl>http://lvcharts.net/Content/Images/Logos/lcred.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple, flexible, interactive and powerful data visualization for .Net</description>
<releaseNotes>See https://github.com/beto-rodriguez/Live-Charts/releases</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>livechart, live, chart, charting, plot, plots, plotting, graph, graphs, graphing, data</tags>
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="bin\Release\LiveCharts.dll" target="lib\portable-net45+win8+wp8" />
<file src="bin\Release\LiveCharts.pdb" target="lib\portable-net45+win8+wp8" />
<file src="bin\Release\LiveCharts.xml" target="lib\portable-net45+win8+wp8" />
<file src="..\Core40\bin\Net40\LiveCharts.dll" target="lib\net40" />
<file src="..\Core40\bin\Net40\LiveCharts.pdb" target="lib\net40" />
<file src="..\Core40\bin\Net40\LiveCharts.xml" target="lib\net40" />
<file src="..\Core40\bin\Net45\LiveCharts.dll" target="lib\net45" />
<file src="..\Core40\bin\Net45\LiveCharts.pdb" target="lib\net45" />
<file src="..\Core40\bin\Net45\LiveCharts.xml" target="lib\net45" />
</files>
</package>