Skip to content

Commit

Permalink
Bump C# client to 5.1.0 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Mar 20, 2023
1 parent 550f969 commit 1024a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/examples/QuickStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal static class QuickStart
{
public static void Main()
{
ProducerNormalMessageExample.QuickStart().Wait();
// ProducerNormalMessageExample.QuickStart().Wait();
// ProducerFifoMessageExample.QuickStart().Wait();
// ProducerDelayMessageExample.QuickStart().Wait();
// ProducerTransactionMessageExample.QuickStart().Wait();
Expand Down
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 1024a8a

Please sign in to comment.