Skip to content

Commit

Permalink
update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Mar 5, 2023
1 parent b9e5da0 commit 85b87a6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Netly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Byter" Version="1.0.0" />
<PackageReference Include="Byter" Version="1.1.0" />
</ItemGroup>

<PropertyGroup>
<PackageId>Netly</PackageId>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>alec1o</Authors>
<Company>alec1o</Company>
<Copyright>alec1o</Copyright>
Expand All @@ -25,12 +25,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>
+ TCP client/server
+ UDP client/server
+ TCP/IP Message Framing
+ TCP/UDP performance improvement
- SSL client/server (nonexistent)
- Add documentation and samples for SSL (nonexistent)
+ Fix. MainThread error
+ Add. Byter v1.1.0
</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 85b87a6

Please sign in to comment.