File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ support async
96
96
[ mi1 ] : https://img.shields.io/myget/godsharp/v/GodSharp.Socket.svg?label=myget&style=flat-square
97
97
[ mi2 ] : https://img.shields.io/myget/godsharp/vpre/GodSharp.Socket.svg?label=myget&style=flat-square
98
98
99
- [ n1 ] : https://www.nuget.org/packages/GodSharp.Logging. Socket
99
+ [ n1 ] : https://www.nuget.org/packages/GodSharp.Socket
100
100
101
101
[ ni1 ] : https://img.shields.io/nuget/v/GodSharp.Socket.svg?label=nuget&style=flat-square
102
102
[ ni2 ] : https://img.shields.io/nuget/vpre/GodSharp.Socket.svg?label=nuget&style=flat-square
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup Condition =" '$(AssemblyName)'=='GodSharp.Socket'" >
3
- <GeneratePackageOnBuild >false </GeneratePackageOnBuild >
3
+ <GeneratePackageOnBuild >true </GeneratePackageOnBuild >
4
4
<Version >1.0.2-preview1</Version >
5
5
</PropertyGroup >
6
6
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <AssemblyName >GodSharp.Socket</AssemblyName >
5
4
<RootNamespace >GodSharp.Socket</RootNamespace >
5
+ <AssemblyName >GodSharp.Socket</AssemblyName >
6
+ <Title >GodSharp.Socket</Title >
6
7
<Company >GodSharp</Company >
7
8
<Authors >seayxu</Authors >
8
9
<RepositoryType >git</RepositoryType >
9
10
<PackageProjectUrl >https://github.com/godsharp/GodSharp.Socket.git</PackageProjectUrl >
10
11
<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 >
12
13
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
13
14
<Copyright >Copyright © GodSharp 2017</Copyright >
14
15
<NeutralLanguage >en-US</NeutralLanguage >
You can’t perform that action at this time.
0 commit comments