Skip to content

Commit 6c24e24

Browse files
committed
优化项目文件描述及标题信息
对 NewLife.RocketMQ.csproj 精简标题并扩展描述,突出双协议支持和企业级特性。为 Test.csproj 和 XUnitTestRocketMQ.csproj 新增标题和描述,明确项目用途,提升可读性和规范性。
1 parent 219151d commit 6c24e24

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

NewLife.RocketMQ/NewLife.RocketMQ.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;net461;netstandard2.0;netstandard2.1</TargetFrameworks>
4-
<AssemblyTitle>企业级纯托管 RocketMQ 客户端</AssemblyTitle>
5-
<Description>纯托管企业级 RocketMQ 客户端,支持 Remoting 协议(4.x和 gRPC 协议(5.x,零外部依赖无需 Java、gRPC、Protobuf 第三方库),完整的企业级特性(消费重试、死信队列、事务回查、顺序消费),统一云厂商适配(阿里云、华为云、腾讯云、Apache ACL),十亿级项目验证</Description>
4+
<AssemblyTitle>RocketMQ纯托管客户端</AssemblyTitle>
5+
<Description>企业级纯托管 RocketMQ 客户端,双协议支持 Remoting 4.x/5.x 和 gRPC 5.x Proxy,零外部依赖无需 Java、gRPC、Protobuf 第三方库,统一适配阿里云、华为云、腾讯云及 Apache ACL,完整企业级特性(消费重试、死信队列、事务消息、顺序消费、Pop 消费),十亿级项目验证</Description>
66
<Company>新生命开发团队</Company>
77
<Copyright>©2002-2026 新生命开发团队</Copyright>
88
<VersionPrefix>3.0</VersionPrefix>

Test/Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net10.0</TargetFrameworks>
6+
<AssemblyTitle>RocketMQ测试程序</AssemblyTitle>
7+
<Description>NewLife.RocketMQ 功能测试与示例程序</Description>
68
<OutputPath>..\Bin\Test</OutputPath>
79
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
810
</PropertyGroup>

XUnitTestRocketMQ/XUnitTestRocketMQ.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5+
<AssemblyTitle>RocketMQ单元测试</AssemblyTitle>
6+
<Description>NewLife.RocketMQ 单元测试项目</Description>
57
<OutputPath>..\Bin\UnitTest</OutputPath>
68
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
79
</PropertyGroup>

0 commit comments

Comments
 (0)