Skip to content

Commit 10f2f33

Browse files
authored
Remove references to AppVeyor (#2095)
1 parent 84fe658 commit 10f2f33

File tree

4 files changed

+2
-33
lines changed

4 files changed

+2
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333
### Removed
3434
- Support for .NET Framework 4.0 and 4.5 (#1839)
3535
- Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
36+
- AppVeyor build (#2094)
3637

3738
### Fixed
3839
- fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
OxyPlot is a cross-platform plotting library for .NET
22

3-
![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)
4-
53
![Plot](https://oxyplot.github.io/public/images/normal-distributions.png)
64

75

@@ -20,7 +18,7 @@ You can find examples in the `/Source/Examples` folder in the code repository.
2018

2119
#### NuGet packages
2220

23-
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.
21+
The latest pre-release packages are pushed 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.
2422

2523
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.
2624

Source/OxyPlot.CI.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ EndProject
3434
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1A82564-31B4-4901-9AD4-446F3EA8ACF3}"
3535
ProjectSection(SolutionItems) = preProject
3636
.editorconfig = .editorconfig
37-
..\appveyor.yml = ..\appveyor.yml
3837
..\azure-pipelines.yml = ..\azure-pipelines.yml
3938
..\CHANGELOG.md = ..\CHANGELOG.md
4039
..\CONTRIBUTORS = ..\CONTRIBUTORS

appveyor.yml

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

0 commit comments

Comments
 (0)