Skip to content

Commit f205d82

Browse files
authored
removed build status badges
1 parent 516d52c commit f205d82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[![Build Status](https://travis-ci.org/a-luna/async-file-server.svg?branch=master)](https://travis-ci.org/a-luna/async-file-server)
2-
[![Build status](https://ci.appveyor.com/api/projects/status/db1keyhr337qqh0m?svg=true)](https://ci.appveyor.com/project/a-luna/async-file-server/branch/master)
3-
[![Coverage Status](https://coveralls.io/repos/github/a-luna/async-file-server/badge.svg?branch=master)](https://coveralls.io/github/a-luna/async-file-server?branch=master)
41
# Async File Server
52
Light-weight, cross-platform (NET Core 2.1) C# Asynchronous file server and text messaging platform. Utilizes custom extension methods which wrap asynchronous TCP socket method pairs (BeginProcess/EndProcess) within a single method which returns a Task object, providing the benefits of the Task Parallel Library (TPL) to socket programming.

0 commit comments

Comments
 (0)