You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# TcpConnection_Lib
2
-
This C# library contains a class for handling the TCP-connection. It provides methods for connecting to a TCP-server or creating your own. In addition, send and receive methods are implemented.
2
+
This C# library contains a class for handling the TCP-connection. It provides methods for connecting to a TCP-server or creating your own. Also, send and receive methods are implemented.
3
3
4
4
### Installation
5
5
Either copy the class directly to your code or use the **.dll** provided in [Releases](https://github.com/dadul96/TcpConnection_Lib/releases).
6
6
7
7
### Requirements
8
-
The .NET Framework Version of your project should be **4.7.2 or higher**, since this library is build for the .NET Standard 2.0.
8
+
The .NET Framework Version of your project should be **4.7.2 or higher** since this library was build for the .NET Standard 2.0.
0 commit comments