Skip to content

Commit

Permalink
Merge pull request #10 from akon47/develop
Browse files Browse the repository at this point in the history
build: fixed nuget release message
  • Loading branch information
akon47 authored Aug 27, 2021
2 parents 6195f18 + 2c3c2b2 commit 664f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleTcp/SimpleTcp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/akon47/SimpleTcp</PackageProjectUrl>
<RepositoryUrl>https://github.com/akon47/SimpleTcp</RepositoryUrl>
<PackageTags>SimpleTcp Tcp Client Server Socket</PackageTags>
<PackageReleaseNotes>Write a class summary, fixed some bug</PackageReleaseNotes>
<PackageReleaseNotes>Fixed an issue where an exception was thrown when the server/client was stoped if the server/client was already stoped.</PackageReleaseNotes>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<Version>1.0.4</Version>
Expand Down

0 comments on commit 664f8c8

Please sign in to comment.