Skip to content

Commit 5379e5d

Browse files
committed
Remove package table from README
1 parent 3fae71f commit 5379e5d

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

Diff for: README.md

+16-28
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,41 @@
11
OxyPlot is a cross-platform plotting library for .NET
22

3-
- [Web page](https://oxyplot.github.io)
4-
- [Documentation](https://oxyplot.readthedocs.io/en/latest/)
5-
- [NuGet packages](https://www.nuget.org/packages?q=oxyplot)
6-
- [Stack Overflow](https://stackoverflow.com/questions/tagged/oxyplot)
7-
- [Twitter](https://twitter.com/hashtag/oxyplot)
8-
- [Gitter](https://gitter.im/oxyplot/oxyplot) (chat)
9-
103
![License](https://img.shields.io/badge/license-MIT-red.svg) [![Build status](https://img.shields.io/appveyor/ci/objorke/oxyplot/develop.svg)](https://ci.appveyor.com/project/objorke/oxyplot)
114

125
![Plot](https://oxyplot.github.io/public/images/normal-distributions.png)
136

7+
148
#### Getting started
159

16-
1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
10+
1. Use the NuGet package manager to add a reference to OxyPlot (see details below if you want to use pre-release packages)
1711
2. Add a `PlotView` to your user interface
1812
3. Create a `PlotModel` in your code
1913
4. Bind the `PlotModel` to the `Model` property of your `PlotView`
2014

15+
2116
#### Examples
2217

2318
You can find examples in the `/Source/Examples` folder in the code repository.
2419

20+
2521
#### NuGet packages
2622

2723
The latest pre-release packages are pushed by AppVeyor CI to [myget.org](https://www.myget.org/). To install these packages, set the myget.org package source `https://www.myget.org/F/oxyplot` and remember the "-pre" flag.
2824

2925
The stable release packages will be pushed to [nuget.org](https://www.nuget.org/packages?q=oxyplot). Note that we have have a lot of old (v2015.\*) and pre-release packages on this feed, and sometimes these show up even if they are unlisted.
3026

31-
| Package | Targets | Dependencies |
32-
|-------------------------|------------------------------------|--------------|
33-
| OxyPlot.Core | .NET Standard 1.0 | |
34-
| OxyPlot.Core.Drawing | .NET Standard 2.0 | |
35-
| OxyPlot.Wpf | .NET Core 3.0, .NET 4.5 | |
36-
| OxyPlot.WindowsForms | .NET Core 3.0, .NET 4.5 | |
37-
| OxyPlot.Windows | Universal Windows 10.0 | |
38-
| OxyPlot.GtkSharp | .NET 4.5.2 | GTK\# 2 |
39-
| OxyPlot.GtkSharp3 | .NET 4.5.2 | GTK\# 3 |
40-
| OxyPlot.Xamarin.Android | MonoAndroid | |
41-
| OxyPlot.Xamarin.iOS | MonoTouch and iOS10 | |
42-
| OxyPlot.Xamarin.Mac | Mac20 | |
43-
| OxyPlot.Xamarin.Forms | MonoTouch, iOS10, MonoAndroid, WP8 | |
44-
| OxyPlot.Xwt | .NET 4.5.2 | |
45-
| OxyPlot.SharpDX.Wpf | .NET 4.5.2 | |
46-
| OxyPlot.Avalonia | .NET 4.5.2 | |
47-
| OxyPlot.OpenXML | .NET 4.5.2 | |
48-
| OxyPlot.Pdf | .NET 4.5.2 | PdfSharp |
49-
| OxyPlot.Contrib | .NET Standard 1.0 | |
50-
| OxyPlot.ExampleLibrary | .NET Standard 1.0 | |
27+
See the [wiki](https://github.com/oxyplot/oxyplot/wiki/NuGet-packages) for information about the available packages.
28+
29+
30+
#### More information
31+
32+
- [Web page](https://oxyplot.github.io)
33+
- [Documentation](https://oxyplot.readthedocs.io/en/latest/)
34+
- [NuGet packages](https://www.nuget.org/packages?q=oxyplot)
35+
- [Stack Overflow](https://stackoverflow.com/questions/tagged/oxyplot)
36+
- [Twitter](https://twitter.com/hashtag/oxyplot)
37+
- [Gitter](https://gitter.im/oxyplot/oxyplot) (chat)
38+
5139

5240
#### Contribute
5341

0 commit comments

Comments
 (0)