-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathOxyPlot.Windows.nuspec
More file actions
31 lines (30 loc) · 1.48 KB
/
OxyPlot.Windows.nuspec
File metadata and controls
31 lines (30 loc) · 1.48 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
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OxyPlot.Windows</id>
<title>OxyPlot for Windows apps</title>
<version>2.1.0</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package targets the Universal Windows Platform (UAP10).</description>
<releaseNotes></releaseNotes>
<licenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE</licenseUrl>
<projectUrl>http://oxyplot.org/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/develop/Icons/OxyPlot_128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<language>en-US</language>
<tags>winrt uap uap10 UWP win10 plotting plot charting chart</tags>
<dependencies>
<dependency id="OxyPlot.Core" version="2.1.0"/>
</dependencies>
</metadata>
<files>
<file src="bin\x64\Release\OxyPlot.Windows.???" target="lib\uap10.0" />
<file src="bin\x64\Release\OxyPlot.Windows\*.*" target="lib\uap10.0\OxyPlot.Windows" />
<file src="bin\x64\Release\OxyPlot.Windows\Themes\*.*" target="lib\uap10.0\OxyPlot.Windows\Themes" />
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
</files>
</package>