Skip to content

Commit 92b2e82

Browse files
committed
update README
1 parent 7aaef5e commit 92b2e82

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ support async
9696
[mi1]: https://img.shields.io/myget/godsharp/v/GodSharp.Socket.svg?label=myget&style=flat-square
9797
[mi2]: https://img.shields.io/myget/godsharp/vpre/GodSharp.Socket.svg?label=myget&style=flat-square
9898

99-
[n1]: https://www.nuget.org/packages/GodSharp.Logging.Socket
99+
[n1]: https://www.nuget.org/packages/GodSharp.Socket
100100

101101
[ni1]: https://img.shields.io/nuget/v/GodSharp.Socket.svg?label=nuget&style=flat-square
102102
[ni2]: https://img.shields.io/nuget/vpre/GodSharp.Socket.svg?label=nuget&style=flat-square

build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition="'$(AssemblyName)'=='GodSharp.Socket'">
3-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
3+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
44
<Version>1.0.2-preview1</Version>
55
</PropertyGroup>
66
</Project>

src/GodSharp.Socket/GodSharp.Socket.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyName>GodSharp.Socket</AssemblyName>
54
<RootNamespace>GodSharp.Socket</RootNamespace>
5+
<AssemblyName>GodSharp.Socket</AssemblyName>
6+
<Title>GodSharp.Socket</Title>
67
<Company>GodSharp</Company>
78
<Authors>seayxu</Authors>
89
<RepositoryType>git</RepositoryType>
910
<PackageProjectUrl>https://github.com/godsharp/GodSharp.Socket.git</PackageProjectUrl>
1011
<PackageIconUrl>https://avatars3.githubusercontent.com/u/26563296</PackageIconUrl>
11-
<PackageLicenseUrl>https://github.com/godsharp/GodSharp.Logging/blob/master/LICENSE</PackageLicenseUrl>
12+
<PackageLicenseUrl>https://github.com/godsharp/GodSharp.Socket/blob/master/LICENSE</PackageLicenseUrl>
1213
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1314
<Copyright>Copyright © GodSharp 2017</Copyright>
1415
<NeutralLanguage>en-US</NeutralLanguage>

0 commit comments

Comments
 (0)