Skip to content

Commit

Permalink
Update pdf nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
objorke committed Sep 1, 2014
1 parent 21b9183 commit a95b939
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Source/OxyPlot.Pdf/OxyPlot.Pdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,29 @@
<id>OxyPlot.Pdf</id>
<version>2014.1.1</version>
<authors>objo</authors>
<licenseUrl>http://oxyplot.codeplex.com/license</licenseUrl>
<description>OxyPlot is an open source plotting library for .NET. This package contains the .pdf export extensions for Silverlight, .NET 4.0 and .NET 4.5.</description>
<releaseNotes></releaseNotes>
<licenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE</licenseUrl>
<projectUrl>http://oxyplot.org/</projectUrl>
<iconUrl>http://oxyplot.org/icons/oxyplot_128.png</iconUrl>
<iconUrl>http://resources.oxyplot.org/icons/oxyplot_128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OxyPlot is an open source plotting library for .NET. This package contains the .pdf export extensions for Silverlight, .NET 4.0 and .NET 4.5.</description>
<tags>pdf plotting plot charting chart</tags>
<dependencies>
<dependency id="OxyPlot.Core" version="2014.1"/>
</dependencies>
</metadata>
<files>
<file src="..\..\Output\NET45\OxyPlot.Pdf.???" target="lib\net45" />
<file src="..\..\Output\NET40\OxyPlot.Pdf.???" target="lib\net40" />
<file src="..\..\Output\SL5\OxyPlot.Pdf.???" target="lib\sl5" />
<file src="..\..\Output\NET45\PdfSharp.*" target="lib\net45" />
<file src="..\..\Output\NET40\PdfSharp.*" target="lib\net40" />
<file src="..\..\Output\NET45\MigraDoc.*" target="lib\net45" />
<file src="..\..\Output\NET40\MigraDoc.*" target="lib\net40" />
<file src="..\..\Output\SL5\silverPDF.*" target="lib\sl5" />
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
</files>
</package>

0 comments on commit a95b939

Please sign in to comment.