-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mf
authored and
mf
committed
Jan 18, 2018
1 parent
c48b834
commit 0573825
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,21 @@ | |
<PackageProjectUrl>https://github.com/fengma312/socket.core</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/fengma312/socket.core/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageTags>socket Async Cache Pool C# core socket.core</PackageTags> | ||
<PackageTags>socket.core socket Async Cache Pool</PackageTags> | ||
<Copyright>[email protected]</Copyright> | ||
<PackageReleaseNotes>1:全面提高socket性能。 | ||
2:连接标识号从guid改为int。</PackageReleaseNotes> | ||
<PackageReleaseNotes>调整发送线程的休眠时间</PackageReleaseNotes> | ||
<RepositoryType>socket.core</RepositoryType> | ||
<Version>1.0.10</Version> | ||
<RepositoryUrl>https://github.com/fengma312/socket.core/releases/tag/v1.0.10</RepositoryUrl> | ||
<Version>1.0.11</Version> | ||
<RepositoryUrl>https://github.com/fengma312/socket.core/releases/tag/v1.0.11</RepositoryUrl> | ||
|
||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DocumentationFile>bin\Release\netstandard2.0\socket.core.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>bin\Debug\netstandard2.0\socket.core.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters