You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/02/21 05:21:49 UTC

[rocketmq-client-csharp] branch master updated (afe3c46 -> 6b9c567)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-csharp.git.


    from afe3c46  Apply nlog as logging system for rocketmq-client (#6)
     add 80f7bc0  Setup continuous integration (#8)
     add 6b9c567  Fix typo (#7)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main.yml             | 18 ++++++++++++++++++
 README.md                              |  2 ++
 rocketmq-client-csharp/Client.cs       | 12 +-----------
 rocketmq-client-csharp/MqLogManager.cs |  6 +++++-
 tests/MqLogManagerTest.cs              |  6 +++---
 tests/ProducerTest.cs                  |  3 ++-
 6 files changed, 31 insertions(+), 16 deletions(-)
 create mode 100644 .github/workflows/main.yml