You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2023/05/11 10:48:31 UTC

[rocketmq-clients] branch master updated: Release C# client 5.1.1-rc1 (#516)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 310a1e27 Release C# client 5.1.1-rc1 (#516)
310a1e27 is described below

commit 310a1e270b6d1dee8b892a4f82fabedfaa03743e
Author: Aaron Ai <ya...@alibaba-inc.com>
AuthorDate: Thu May 11 18:48:26 2023 +0800

    Release C# client 5.1.1-rc1 (#516)
---
 csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
index 27b27a85..46a1ad40 100644
--- a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
+++ b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <PackageId>RocketMQ.Client</PackageId>
-        <PackageVersion>5.1.0</PackageVersion>
+        <PackageVersion>5.1.1-rc1</PackageVersion>
         <Version>$(PackageVersion)</Version>
 
         <Authors>RocketMQ Authors</Authors>