Skip to content

Commit 02edc62

Browse files
committed
change package description
1 parent d161a00 commit 02edc62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Thrifty.Core/Thrifty.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>1.0.5</VersionPrefix>
5-
<Description>RPC library are 100% compatible with apache thrift services and export thrift 0.93 for .net core.</Description>
5+
<Description>An attribute-based library for creating Thrift serializable types and services. Core library that include Thrifty for dotnet core.</Description>
66
<Copyright>Copyright labijie.com</Copyright>
77
<AssemblyTitle>Thrifty.Core</AssemblyTitle>
88
<Authors>labijie team</Authors>

src/Thrifty.MicroServices/Thrifty.MicroServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>1.0.5</VersionPrefix>
5-
<Description>Thrift integrated Eureka realizes service discovery and service registration.</Description>
5+
<Description>An attribute-based library for creating Thrift serializable types and services.</Description>
66
<Copyright>Copyright labijie.com</Copyright>
77
<AssemblyTitle>Thrifty.MicroServices</AssemblyTitle>
88
<Authors>labijie team</Authors>

src/Thrifty.Nifty.Client/Thrifty.Nifty.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>1.0.5</VersionPrefix>
5-
<Description>A port of Nifty from facebook, nifty is an implementation of Thrift clients and servers on Netty.</Description>
5+
<Description>An attribute-based library for creating Thrift serializable types and services, implementation of Thrift clients and servers on DotNetty.</Description>
66
<Copyright>Copyright labijie.com</Copyright>
77
<AssemblyTitle>Thrifty.Nifty.Client</AssemblyTitle>
88
<Authors>labijie team</Authors>

src/Thrifty.Nifty/Thrifty.Nifty.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>1.0.5</VersionPrefix>
5-
<Description>A port of Nifty from facebook, nifty is an implementation of Thrift clients and servers on Netty.</Description>
5+
<Description>An attribute-based library for creating Thrift serializable types and services, implementation of Thrift clients and servers on DotNetty.</Description>
66
<Copyright>Copyright labijie.com</Copyright>
77
<AssemblyTitle>Thrifty.Nifty</AssemblyTitle>
88
<Authors>labijie team</Authors>

src/Thrifty.Services/Thrifty.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)