diff --git a/README.md b/README.md index da8bb22..5a5c582 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

TcpDotNet

+

TCP.NET

GitHub Workflow Status GitHub Issues diff --git a/TcpDotNet.sln b/TcpDotNet.sln index 655709f..dd1fca7 100644 --- a/TcpDotNet.sln +++ b/TcpDotNet.sln @@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore LICENSE.md = LICENSE.md README.md = README.md + branding_Banner.png = branding_Banner.png + branding_Icon.png = branding_Icon.png EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{0FAB77D5-AAE4-4722-A5F4-88A239858D65}" diff --git a/TcpDotNet/TcpDotNet.csproj b/TcpDotNet/TcpDotNet.csproj index 13471c9..515cbd5 100644 --- a/TcpDotNet/TcpDotNet.csproj +++ b/TcpDotNet/TcpDotNet.csproj @@ -12,6 +12,7 @@ git A TCP library for .NET with support for AES encryption. LICENSE.md + branding_Icon.png dotnet networking encryption tcp 0.1.0 true @@ -40,10 +41,18 @@ + + True + + True + + True + + diff --git a/branding_Banner.png b/branding_Banner.png new file mode 100644 index 0000000..50ae366 Binary files /dev/null and b/branding_Banner.png differ diff --git a/branding_Icon.png b/branding_Icon.png new file mode 100644 index 0000000..781d411 Binary files /dev/null and b/branding_Icon.png differ