Skip to content

Commit

Permalink
improve version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 30, 2023
1 parent ff11d44 commit 65cb9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Netly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<PackageId>Netly</PackageId>
<Version>2.5.1</Version>
<Version>2.5.2</Version>
<Authors>alec1o</Authors>
<Company>alec1o</Company>
<Copyright>alec1o</Copyright>
Expand All @@ -25,7 +25,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>
+ Remove message framing overhead if message framing is disabled (fix)
+ Update default MAX_SIZE 8kb to 8MB (Package.MAX_SIZE -> MesssageFraming encode/decode)
</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 65cb9e8

Please sign in to comment.