AirScout/OxyPlot/Source/OxyPlot.Pdf/OxyPlot.Pdf.nuspec

35 wiersze
1.5 KiB
XML

<?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.Pdf</id>
<title>OxyPlot PDF extensions</title>
<version>$version$</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package contains .pdf export extensions for .NET 4 (based on PDFsharp).</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>pdf plotting plot charting chart</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="PDFsharp-MigraDoc-GDI" version="[1.32.4334]"/>
<dependency id="OxyPlot.Core" version="[$version$]"/>
</group>
<group>
<dependency id="OxyPlot.Core" version="[$version$]"/>
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\OxyPlot.Pdf.???" target="lib\net452" />
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
</files>
</package>