Skip to content

Commit

Permalink
Add examplelibrary package
Browse files Browse the repository at this point in the history
  • Loading branch information
objorke committed Nov 17, 2016
1 parent ed94a87 commit 978e57a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Source/Examples/ExampleLibrary/OxyPlot.ExampleLibrary.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>OxyPlot.Example</id>
<title>OxyPlot example library (PCL)</title>
<version>$version$</version>
<authors>Oystein Bjorke</authors>
<description>This library contains example models for OxyPlot.</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>plotting plot charting chart</tags>
</metadata>
<files>
<file src="bin\PCL\Release\ExampleLibrary.???" target="lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1+Xamarin.iOS10" />
</files>
</package>
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ after_build:
- NuGet pack Source\OxyPlot.GtkSharp\OxyPlot.GtkSharp3.nuspec -version "%GitVersion_NuGetVersion%"
- NuGet pack Source\OxyPlot.SharpDX.Wpf\OxyPlot.SharpDX.Wpf.nuspec -version "%GitVersion_NuGetVersion%"
- NuGet pack Source\OxyPlot.Avalonia\OxyPlot.Avalonia.nuspec -version "%GitVersion_NuGetVersion%"
- NuGet pack Source\Examples\ExampleLibrary\OxyPlot.ExampleLibrary.nuspec -version "%GitVersion_NuGetVersion%"

artifacts:
- path: Output
Expand Down

0 comments on commit 978e57a

Please sign in to comment.