Skip to content

Commit

Permalink
update version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Mar 5, 2023
1 parent 3b7544f commit 168a409
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Netly.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\LICENSE.md" Pack="true" PackagePath="\" />
<None Include="..\content\nuget\README.md" Pack="true" PackagePath="\" />
<None Include="..\content\logo\netly-logo-3.png" Pack="true" PackagePath="\" />
</ItemGroup>

Expand All @@ -12,7 +12,7 @@

<PropertyGroup>
<PackageId>Netly</PackageId>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<Authors>alec1o</Authors>
<Company>alec1o</Company>
<Copyright>alec1o</Copyright>
Expand All @@ -25,8 +25,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>
+ Fix. MainThread error
+ Add. Byter v1.1.0
+ Fix. nuget readme
</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 168a409

Please sign in to comment.