File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments