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/03/17 06:21:45 UTC

[rocketmq-clients] 02/02: Bump to 5.0.1-rc1

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

commit c4d4ce6dc0364c1b0732688d8a425a5781a28331
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Mar 17 14:08:39 2023 +0800

    Bump to 5.0.1-rc1
---
 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 80c6774b..6ac85ff6 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>0.0.17-rc2</PackageVersion>
+        <PackageVersion>5.1.0-rc1</PackageVersion>
         <Version>$(PackageVersion)</Version>
 
         <Authors>RocketMQ Authors</Authors>