Skip to content

Commit af0e992

Browse files
authored
Merge pull request #137 from janusw/nuspec
Some nuspec updates
2 parents 15d5473 + 131feb8 commit af0e992

File tree

3 files changed

+71
-66
lines changed

3 files changed

+71
-66
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
run: msbuild Source/OxyPlot.Xamarin.Forms.sln -p:RestorePackages=false -p:Configuration=Release
2929
- name: Package
30-
run: nuget pack Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts
30+
run: nuget pack Source/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts
3131
- name: Upload packages
3232
uses: actions/upload-artifact@v3
3333
with:

Source/OxyPlot.Xamarin.Forms.nuspec

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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>

Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)