AirScout/OxyPlot/Source/OxyPlot.Wpf/OxyPlot.Wpf.nuspec

29 wiersze
1.0 KiB
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>OxyPlot.Wpf</id>
<title>OxyPlot for WPF</title>
<version>$version$</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package targets WPF applications.</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>
<tags>wpf plotting plot charting chart</tags>
<dependencies>
<dependency id="OxyPlot.Core" version="[$version$]"/>
</dependencies>
</metadata>
<files>
<file src="bin\Release\OxyPlot.Wpf.???" target="lib\net452" />
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
</files>
</package>