Skip to content

Commit 664f8c8

Browse files
authored
Merge pull request #10 from akon47/develop
build: fixed nuget release message
2 parents 6195f18 + 2c3c2b2 commit 664f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleTcp/SimpleTcp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageProjectUrl>https://github.com/akon47/SimpleTcp</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/akon47/SimpleTcp</RepositoryUrl>
1010
<PackageTags>SimpleTcp Tcp Client Server Socket</PackageTags>
11-
<PackageReleaseNotes>Write a class summary, fixed some bug</PackageReleaseNotes>
11+
<PackageReleaseNotes>Fixed an issue where an exception was thrown when the server/client was stoped if the server/client was already stoped.</PackageReleaseNotes>
1212
<AssemblyVersion>1.0.4.0</AssemblyVersion>
1313
<FileVersion>1.0.4.0</FileVersion>
1414
<Version>1.0.4</Version>

0 commit comments

Comments
 (0)