|
| 1 | +<?xml version="1.0"?> |
| 2 | +<package> |
| 3 | + <metadata> |
| 4 | + <id>OxyPlot.Xamarin.Forms</id> |
| 5 | + <title>OxyPlot for Xamarin (Android, iOS, Mac and UWP)</title> |
| 6 | + <version>2.0.0-beta.1</version> |
| 7 | + <authors>Oystein Bjorke, Janus Weil</authors> |
| 8 | + <description>OxyPlot is a plotting library for .NET. This package includes a portable library for Xamarin.Forms apps and platform-specific libraries for Android, iOS, Mac and UWP.</description> |
| 9 | + <releaseNotes></releaseNotes> |
| 10 | + <license type="expression">MIT</license> |
| 11 | + <projectUrl>https://oxyplot.github.io/</projectUrl> |
| 12 | + <repository type="git" url="https://github.com/oxyplot/oxyplot-xamarin.git" /> |
| 13 | + <icon>OxyPlot_128.png</icon> |
| 14 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 15 | + <tags>plotting plot charting chart xamarin forms android ios mac uwp</tags> |
| 16 | + <dependencies> |
| 17 | + <group targetFramework="Xamarin.iOS10"> |
| 18 | + <dependency id="OxyPlot.Core" version="2.0.0"/> |
| 19 | + <dependency id="Xamarin.Forms" version="5.0" /> |
| 20 | + <dependency id="Xamarin.Essentials" version="1.3" /> |
| 21 | + </group> |
| 22 | + <group targetFramework="MonoAndroid10"> |
| 23 | + <dependency id="OxyPlot.Core" version="2.0.0"/> |
| 24 | + <dependency id="Xamarin.Forms" version="5.0" /> |
| 25 | + <dependency id="Xamarin.Essentials" version="1.3" /> |
| 26 | + </group> |
| 27 | + <group targetFramework="uap10.0"> |
| 28 | + <dependency id="OxyPlot.Core" version="2.0.0"/> |
| 29 | + <dependency id="Xamarin.Forms" version="5.0" /> |
| 30 | + <dependency id="Xamarin.Essentials" version="1.3" /> |
| 31 | + </group> |
| 32 | + <group targetFramework="Xamarin.Mac20"> |
| 33 | + <dependency id="OxyPlot.Core" version="2.0.0"/> |
| 34 | + <dependency id="Xamarin.Forms" version="5.0" /> |
| 35 | + <dependency id="Xamarin.Essentials" version="1.3" /> |
| 36 | + </group> |
| 37 | + <group targetFramework="netstandard2.0"> |
| 38 | + <dependency id="OxyPlot.Core" version="2.0.0"/> |
| 39 | + <dependency id="Xamarin.Forms" version="5.0" /> |
| 40 | + <dependency id="Xamarin.Essentials" version="1.3" /> |
| 41 | + </group> |
| 42 | + </dependencies> |
| 43 | + </metadata> |
| 44 | + <files> |
| 45 | + <file src="OxyPlot.Xamarin.Forms\bin\Release\netstandard2.0\OxyPlot.Xamarin.Forms.???" target="lib/netstandard2.0" /> |
| 46 | + |
| 47 | + <file src="OxyPlot.Xamarin.iOS\bin\Release\OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10" /> |
| 48 | + <file src="OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.iOS.???" target="lib/Xamarin.iOS10" /> |
| 49 | + <file src="OxyPlot.Xamarin.Forms.Platform.iOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.iOS10" /> |
| 50 | + |
| 51 | + <file src="OxyPlot.Xamarin.Android\bin\Release\OxyPlot.Xamarin.Android.???" target="lib/MonoAndroid10" /> |
| 52 | + <file src="OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.Platform.Android.???" target="lib/MonoAndroid10" /> |
| 53 | + <file src="OxyPlot.Xamarin.Forms.Platform.Android\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/MonoAndroid10" /> |
| 54 | + |
| 55 | + <file src="OxyPlot.Xamarin.Mac\bin\Release\OxyPlot.Xamarin.Mac.???" target="lib/Xamarin.Mac20" /> |
| 56 | + <file src="OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.Platform.Mac.???" target="lib/Xamarin.Mac20" /> |
| 57 | + <file src="OxyPlot.Xamarin.Forms.Platform.MacOS\bin\Release\OxyPlot.Xamarin.Forms.???" target="lib/Xamarin.Mac20" /> |
| 58 | + |
| 59 | + <file src="OxyPlot.Windows\bin\Release\uap10.0\OxyPlot.Windows.???" target="lib/uap10.0" /> |
| 60 | + <file src="OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.Platform.UWP.???" target="lib/uap10.0" /> |
| 61 | + <file src="OxyPlot.Xamarin.Forms.Platform.UWP\bin\x64\Release\OxyPlot.Xamarin.Forms.???" target="lib/uap10.0" /> |
| 62 | + |
| 63 | + <file src="..\OxyPlot_128.png" target="" /> |
| 64 | + <file src="..\LICENSE" /> |
| 65 | + <file src="..\AUTHORS" /> |
| 66 | + <file src="..\CONTRIBUTORS" /> |
| 67 | + <file src="..\README.md" /> |
| 68 | + <file src="..\CHANGELOG.md" /> |
| 69 | + </files> |
| 70 | +</package> |
0 commit comments