Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
seayxu committed Dec 31, 2017
1 parent 7aaef5e commit 92b2e82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ support async
[mi1]: https://img.shields.io/myget/godsharp/v/GodSharp.Socket.svg?label=myget&style=flat-square
[mi2]: https://img.shields.io/myget/godsharp/vpre/GodSharp.Socket.svg?label=myget&style=flat-square

[n1]: https://www.nuget.org/packages/GodSharp.Logging.Socket
[n1]: https://www.nuget.org/packages/GodSharp.Socket

[ni1]: https://img.shields.io/nuget/v/GodSharp.Socket.svg?label=nuget&style=flat-square
[ni2]: https://img.shields.io/nuget/vpre/GodSharp.Socket.svg?label=nuget&style=flat-square
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Condition="'$(AssemblyName)'=='GodSharp.Socket'">
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.2-preview1</Version>
</PropertyGroup>
</Project>
5 changes: 3 additions & 2 deletions src/GodSharp.Socket/GodSharp.Socket.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>GodSharp.Socket</AssemblyName>
<RootNamespace>GodSharp.Socket</RootNamespace>
<AssemblyName>GodSharp.Socket</AssemblyName>
<Title>GodSharp.Socket</Title>
<Company>GodSharp</Company>
<Authors>seayxu</Authors>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/godsharp/GodSharp.Socket.git</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/26563296</PackageIconUrl>
<PackageLicenseUrl>https://github.com/godsharp/GodSharp.Logging/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/godsharp/GodSharp.Socket/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright © GodSharp 2017</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 92b2e82

Please sign in to comment.