OxyPlot.Silverlight by Oystein Bjorke

<PackageReference Include="OxyPlot.Silverlight" Version="1.0.0" />

 OxyPlot.Silverlight 1.0.0

OxyPlot is a plotting library for .NET. This package targets Silverlight 5 applications.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>OxyPlot.Silverlight</id>
    <version>1.0.0</version>
    <title>OxyPlot for Silverlight</title>
    <authors>Oystein Bjorke</authors>
    <owners>Oystein Bjorke</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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>
    <description>OxyPlot is a plotting library for .NET. This package targets Silverlight 5 applications.</description>
    <releaseNotes></releaseNotes>
    <tags>silverlight plotting plot charting chart</tags>
    <dependencies>
      <dependency id="OxyPlot.Core" version="[1.0.0]" />
    </dependencies>
  </metadata>
</package>