Fixes for the NuSpec so that they can be packaged on Mac OS

This commit is contained in:
Matthew Leibowitz 2015-06-25 01:59:49 +02:00
Родитель ab429aae02
Коммит 60e7f088e2
2 изменённых файлов: 14 добавлений и 13 удалений

Просмотреть файл

@ -17,12 +17,12 @@
</dependencies>
</metadata>
<files>
<file src="..\..\Output\Xamarin.Android\OxyPlot.Xamarin.Android.???" target="lib/MonoAndroid"/>
<file src="../../Output/Xamarin.Android/OxyPlot.Xamarin.Android.???" target="lib/MonoAndroid"/>
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
<file src="../../LICENSE" />
<file src="../../AUTHORS" />
<file src="../../CONTRIBUTORS" />
<file src="../../README.md" />
<file src="../../CHANGELOG.md" />
</files>
</package>

Просмотреть файл

@ -6,6 +6,7 @@
<version>0.0.0</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package targets Xamarin.iOS apps (both classic and unified APIs).</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/master/Icons/OxyPlot_128.png</iconUrl>
@ -16,13 +17,13 @@
</dependencies>
</metadata>
<files>
<file src="..\..\Output\MonoTouch\OxyPlot.MonoTouch.???" target="lib/MonoTouch"/>
<file src="..\..\Output\Xamarin.iOS\OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10"/>
<file src="../../Output/MonoTouch/OxyPlot.MonoTouch.???" target="lib/MonoTouch"/>
<file src="../../Output/Xamarin.iOS/OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10"/>
<file src="..\..\LICENSE" />
<file src="..\..\AUTHORS" />
<file src="..\..\CONTRIBUTORS" />
<file src="..\..\README.md" />
<file src="..\..\CHANGELOG.md" />
<file src="../../LICENSE" />
<file src="../../AUTHORS" />
<file src="../../CONTRIBUTORS" />
<file src="../../README.md" />
<file src="../../CHANGELOG.md" />
</files>
</package>