Skip to content

Commit 65ed693

Browse files
committed
2 parents 13785c9 + bca7a2a commit 65ed693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
[![Build status](https://ci.appveyor.com/api/projects/status/db1keyhr337qqh0m?svg=true)](https://ci.appveyor.com/project/a-luna/async-file-server/branch/master)
33
[![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)
44
# Async File Server
5-
Light-weight, cross-platform (NET Core 2.0) 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.
5+
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)