Skip to content

Commit e8065cd

Browse files
authored
Remove vNext from README (#344)
1 parent 8910ae5 commit e8065cd

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,7 @@ Open-XML-SDK
33

44
[![NuGet](https://img.shields.io/nuget/v/DocumentFormat.OpenXml.svg)]()
55
[![Downloads](https://img.shields.io/nuget/dt/DocumentFormat.OpenXml.svg)]()
6-
7-
Builds
8-
9-
| Branch | Status |
10-
|------------|--------|
11-
| master | ![master](https://img.shields.io/appveyor/ci/openxmlsdk/Open-XML-SDK/master.svg) |
12-
| vNext | ![vNext](https://img.shields.io/appveyor/ci/openxmlsdk/Open-XML-SDK/vNext.svg) |
13-
| Office2016 | ![codecov](https://img.shields.io/appveyor/ci/openxmlsdk/Open-XML-SDKt/Office2016.svg) |
14-
15-
Code Coverage:
16-
17-
| Branch | Status |
18-
|------------|--------|
19-
| master | [![codecov](https://codecov.io/gh/OfficeDev/Open-XML-SDK/branch/master/graph/badge.svg)](https://codecov.io/gh/OfficeDev/Open-XML-SDK) |
20-
| vNext | [![codecov](https://codecov.io/gh/OfficeDev/Open-XML-SDK/branch/vNext/graph/badge.svg)](https://codecov.io/gh/OfficeDev/Open-XML-SDK) |
21-
| Office2016 | [![codecov](https://codecov.io/gh/OfficeDev/Open-XML-SDK/branch/Office2016/graph/badge.svg)](https://codecov.io/gh/OfficeDev/Open-XML-SDK) |
6+
[![master](https://img.shields.io/appveyor/ci/openxmlsdk/Open-XML-SDK/master.svg)]()
227

238
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
249

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ deploy:
2929
api_key:
3030
secure: SSFVVP2n8gyH0kiElrqwrIJJwL3C7XFnYnntr3z/h2Rwpa7/K1nDd2BP3JPB6347
3131
on:
32-
branch: [master, vNext, Office2016]
32+
branch: [master]

0 commit comments

Comments
 (0)