AirScout/OxyPlot/Source/OxyPlot.OpenXml/OxyPlot.OpenXml.nuspec

30 wiersze
1.3 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.OpenXml</id>
<title>OxyPlot OpenXML extensions</title>
<version>$version$</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package contains the OpenXML (.docx) export extensions for the reporting functionality.</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>openxml plotting plot charting chart</tags>
<dependencies>
<dependency id="OxyPlot.Core" version="[$version$]"/>
<dependency id="DocumentFormat.OpenXml" version="[2.5.0]"/>
</dependencies>
</metadata>
<files>
<file src="bin\Release\OxyPlot.OpenXml.???" target="lib\net452" />
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
</files>
</package>