Skip to content

Commit

Permalink
change package description
Browse files Browse the repository at this point in the history
  • Loading branch information
endink committed Dec 5, 2017
1 parent d161a00 commit 02edc62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Thrifty.Core/Thrifty.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<Description>RPC library are 100% compatible with apache thrift services and export thrift 0.93 for .net core.</Description>
<Description>An attribute-based library for creating Thrift serializable types and services. Core library that include Thrifty for dotnet core.</Description>
<Copyright>Copyright labijie.com</Copyright>
<AssemblyTitle>Thrifty.Core</AssemblyTitle>
<Authors>labijie team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Thrifty.MicroServices/Thrifty.MicroServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<Description>Thrift integrated Eureka realizes service discovery and service registration.</Description>
<Description>An attribute-based library for creating Thrift serializable types and services.</Description>
<Copyright>Copyright labijie.com</Copyright>
<AssemblyTitle>Thrifty.MicroServices</AssemblyTitle>
<Authors>labijie team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Thrifty.Nifty.Client/Thrifty.Nifty.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<Description>A port of Nifty from facebook, nifty is an implementation of Thrift clients and servers on Netty.</Description>
<Description>An attribute-based library for creating Thrift serializable types and services, implementation of Thrift clients and servers on DotNetty.</Description>
<Copyright>Copyright labijie.com</Copyright>
<AssemblyTitle>Thrifty.Nifty.Client</AssemblyTitle>
<Authors>labijie team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Thrifty.Nifty/Thrifty.Nifty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<Description>A port of Nifty from facebook, nifty is an implementation of Thrift clients and servers on Netty.</Description>
<Description>An attribute-based library for creating Thrift serializable types and services, implementation of Thrift clients and servers on DotNetty.</Description>
<Copyright>Copyright labijie.com</Copyright>
<AssemblyTitle>Thrifty.Nifty</AssemblyTitle>
<Authors>labijie team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Thrifty.Services/Thrifty.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.0.5</VersionPrefix>
<Description>A port of Swift from facebook, an attribute-based library for creating Thrift serializable types and services.</Description>
<Description>An attribute-based library for creating Thrift serializable types and services, implementation of Thrift clients and servers on DotNetty.</Description>
<Copyright>Copyright labijie.com</Copyright>
<AssemblyTitle>Thrifty.Services</AssemblyTitle>
<Authors>labijie team</Authors>
Expand Down

0 comments on commit 02edc62

Please sign in to comment.