Skip to content

Commit

Permalink
improve version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Oct 9, 2023
1 parent 57466b8 commit 16ce19d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img alt="netly logo" width="128px" height="auto" src="_media/logo/netly-logo-3.png" />

# Netly <small>3.0.0</small>
# Netly <small>3.1.0</small>

> Netly is a flexible socket library built on C# (c-sharp)
Expand Down
7 changes: 5 additions & 2 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<hr>

> * v3.0
> * v3.0.0
- [+] SSL/TLS protocol
- [+] Include docs/sample (SSL/TLS)
- [+] New docs (Gitbook -> Docsify)
Expand All @@ -18,4 +18,7 @@
- [>] Udp set max buffer size
- [>] Udp connection detection (timeout/ping-pong)
- [!] MainThread null reference exception
- [>] [Byter 2.0](https://github.com/alec1o/Byter)
- [>] [Byter 2.0](https://github.com/alec1o/Byter)

> * v3.1.0
- [!] Fix auto-disconnect because socket timeout. set -1 (infinite) as default timeout.
25 changes: 14 additions & 11 deletions src/Netly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PropertyGroup>
<PackageId>Netly</PackageId>
<Version>3.0</Version>
<Version>3.1.0</Version>
<Authors>alec1o</Authors>
<Company>alec1o</Company>
<Copyright>alec1o</Copyright>
Expand All @@ -42,16 +42,19 @@
[-] Removed
[!] Fixed
[>] Updated

[+] SSL/TLS protocol
[+] Include docs/sample (SSL/TLS)
[+] New docs (Gitbook -> Docsify)
[>] New MessageFraming protocol
[>] Message Framing memory and performance improve
[>] Udp set max buffer size
[>] Udp connection detection (timeout/ping-pong)
[!] MainThread null reference exception
[>] Byter 2.0
3.0.0
[+] SSL/TLS protocol
[+] Include docs/sample (SSL/TLS)
[+] New docs (Gitbook -> Docsify)
[>] New MessageFraming protocol
[>] Message Framing memory and performance improve
[>] Udp set max buffer size
[>] Udp connection detection (timeout/ping-pong)
[!] MainThread null reference exception
[>] Byter 2.0

3.1.0
[!] Fix auto-disconnect because socket timeout. set -1 (infinite) as default timeout.
</PackageReleaseNotes>
<Description>
Netly is a socket library for c# (C-Sharp). It facilitates the use of socket (UDP and TCP, Client and Server).
Expand Down

0 comments on commit 16ce19d

Please sign in to comment.