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 <[email protected]> AuthorDate: Fri Dec 23 17:19:21 2022 +0800 Update csharp/rocketmq-client-csharp/rocketmq-client-csharp.csproj Co-authored-by: Aaron Ai <[email protected]> --- 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>
