diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cf44389..dde00ed 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,7 +27,7 @@ jobs: - name: Build run: msbuild Source/OxyPlot.Xamarin.Forms.sln -p:RestorePackages=false -p:Configuration=Release - name: Package - run: nuget pack Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts + run: nuget pack Source/OxyPlot.Xamarin.Forms.nuspec -Version $(git describe) -outputdirectory Artifacts - name: Upload packages uses: actions/upload-artifact@v3 with: diff --git a/Source/OxyPlot.Xamarin.Forms.nuspec b/Source/OxyPlot.Xamarin.Forms.nuspec new file mode 100644 index 0000000..a7a9bc0 --- /dev/null +++ b/Source/OxyPlot.Xamarin.Forms.nuspec @@ -0,0 +1,70 @@ + + + + OxyPlot.Xamarin.Forms + OxyPlot for Xamarin (Android, iOS, Mac and UWP) + 2.0.0-beta.1 + Oystein Bjorke, Janus Weil + 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. + + MIT + https://oxyplot.github.io/ + + OxyPlot_128.png + false + plotting plot charting chart xamarin forms android ios mac uwp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec b/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec deleted file mode 100644 index ea7b73a..0000000 --- a/Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.nuspec +++ /dev/null @@ -1,65 +0,0 @@ - - - - OxyPlot.Xamarin.Forms - OxyPlot for Xamarin.Forms (iOS, Android and Windows Phone) - 2.0.0-beta.1 - Oystein Bjorke - OxyPlot is a plotting library for .NET. This package includes a portable library for Xamarin.Forms apps and platform-specific libraries for iOS, Android and Windows Phone. - - MIT - https://oxyplot.github.io/ - - OxyPlot_128.png - false - plotting plot charting chart xamarin forms android windows phone ios - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -