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 2022/12/23 09:25:06 UTC

[rocketmq-clients] 04/04: Update csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj

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 423c82488851e5c4762ceea16b386191c40f82ae
Author: colprog <co...@gmail.com>
AuthorDate: Fri Dec 23 17:19:21 2022 +0800

    Update csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
    
    Co-authored-by: Aaron Ai <ya...@gmail.com>
---
 csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
index 93e92a5f..75b600fe 100644
--- a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
+++ b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
@@ -2,7 +2,8 @@
 
   <PropertyGroup>
     <PackageId>RocketMQ-Client-CSharp</PackageId>
-    <Version>5.0.0</Version>
+    <Version>5.0.1</Version>
+
     <Authors>Zhanhui Li</Authors>
     <Company>Apache Software Foundation</Company>
     <TargetFramework>net5.0</TargetFramework>