Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 73234b3

Browse files
committed
Updated README with badges
1 parent f64c534 commit 73234b3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source RCON Library [![Build status](https://ci.appveyor.com/api/projects/status/n9sygmqvugpvl7q6?svg=true)](https://ci.appveyor.com/project/Subtixx/source-rcon-library) [![Code Coverage](https://codecov.io/gh/Subtixx/source-rcon-library/coverage.svg)](https://codecov.io/gh/Subtixx/source-rcon-library)
1+
# Source RCON Library [![AppVeyor tests](https://img.shields.io/appveyor/tests/Subtixx/source-rcon-library.svg)](https://ci.appveyor.com/project/Subtixx/source-rcon-library) [![AppVeyor](https://img.shields.io/appveyor/ci/subtixx/source-rcon-library.svg)](https://ci.appveyor.com/project/Subtixx/source-rcon-library) [![Codecov](https://img.shields.io/codecov/c/github/subtixx/source-rcon-library.svg)](https://codecov.io/gh/Subtixx/source-rcon-library)
22

33
Source RCON Library is a single class solution to create a [source](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) compatible RCON Server
44

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version: 1.0.{build}-{branch}
44
branches:
55
only:
66
- master
7-
- production
8-
9-
skip_non_tags: true
7+
- release
108

119
cache:
1210
- packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 commit comments

Comments
 (0)