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/20 07:34:22 UTC

[rocketmq-clients] branch master updated: Bump C# client to 5.1.0 (#412)

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 1024a8a2 Bump C# client to 5.1.0 (#412)
1024a8a2 is described below

commit 1024a8a2f34b81a3ee5955030e129cccf3f6c2af
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Mon Mar 20 15:34:15 2023 +0800

    Bump C# client to 5.1.0 (#412)
---
 csharp/examples/QuickStart.cs                               | 2 +-
 csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp/examples/QuickStart.cs b/csharp/examples/QuickStart.cs
index 1bbdebde..2d4a674d 100644
--- a/csharp/examples/QuickStart.cs
+++ b/csharp/examples/QuickStart.cs
@@ -21,7 +21,7 @@ namespace examples
     {
         public static void Main()
         {
-            ProducerNormalMessageExample.QuickStart().Wait();
+            // ProducerNormalMessageExample.QuickStart().Wait();
             // ProducerFifoMessageExample.QuickStart().Wait();
             // ProducerDelayMessageExample.QuickStart().Wait();
             // ProducerTransactionMessageExample.QuickStart().Wait();
diff --git a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj
index 6ac85ff6..2b5e07cd 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-rc1</PackageVersion>
+        <PackageVersion>5.1.0</PackageVersion>
         <Version>$(PackageVersion)</Version>
 
         <Authors>RocketMQ Authors</Authors>