C# SDK release notes

更新时间:
复制 MD 格式

ApsaraMQ for RocketMQ V5.x instances are fully compatible with the Apache RocketMQ SDK for C#. The following section lists the recommended SDK version and installation methods.

Recommended version

Alibaba Cloud engineers have tested and verified the following version: rocketmq-client-csharp-5.2.0-rc1

Install with the .NET CLI:

dotnet add package RocketMQ.Client --version 5.2.0-rc1

Or add a PackageReference directly in your .csproj file:

<PackageReference Include="RocketMQ.Client" Version="5.2.0-rc1" />

Historical versions

For previous releases and changelogs, see Releases on GitHub.