From f50e2bfc7eabec8e55988bd35dc18c5490d509c4 Mon Sep 17 00:00:00 2001 From: Daniel Duller Date: Fri, 18 Oct 2019 16:05:18 +0200 Subject: [PATCH] added a comment containing the version number --- TcpConnection_Lib/TcpConnection_Lib.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TcpConnection_Lib/TcpConnection_Lib.cs b/TcpConnection_Lib/TcpConnection_Lib.cs index 300255c..f66f981 100644 --- a/TcpConnection_Lib/TcpConnection_Lib.cs +++ b/TcpConnection_Lib/TcpConnection_Lib.cs @@ -1,4 +1,8 @@ -using System; +//################ +//version: 2.0.0 +//################ + +using System; using System.Net.Sockets; using System.Threading; using System.Text;