From 6c700725b0f433049c8de0a043effd05793a16ff Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Tue, 30 Jul 2024 20:04:30 +0200 Subject: [PATCH 1/3] Delete CNAME --- docs/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 01cc7f48..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -netly.docs.kezero.com \ No newline at end of file From 337a7bce34469497e63f73f1c67a579b7bc2656b Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Tue, 30 Jul 2024 20:04:41 +0200 Subject: [PATCH 2/3] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 00000000..01cc7f48 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +netly.docs.kezero.com \ No newline at end of file From 2a92100f879f033c1cfdcb0f5f43c50039be35db Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Thu, 22 Aug 2024 03:52:57 +0200 Subject: [PATCH 3/3] including RUDP on library description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae13b390..15a76417 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ powered by ALEC1O ##### About -> Netly is a powerful C# socket library that simplifies network communication. It supports HTTP, TCP, SSL/TLS, UDP and WebSocket protocols, making it ideal for building multiplayer games, chat applications, and more. +> Netly is a powerful C# socket library that simplifies network communication. It supports HTTP, TCP, SSL/TLS, UDP, RUDP and WebSocket protocols, making it ideal for building multiplayer games, chat applications, and more.