Skip to content

Commit 399275c

Browse files
committed
Update README
1 parent 1153fdb commit 399275c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CanalSharp
22

3+
[![Latest version](https://img.shields.io/nuget/v/CanalSharp.svg)](https://www.nuget.org/packages/CanalSharp/)
4+
35
## 重构进度
46

57
目前重构的版本已经完全覆盖旧版本,且性能更高,代码更优美,实现了旧版本未实现的部分功能。支持最新的 Canal
@@ -40,6 +42,13 @@ English README.md Will be provided after the refactoring is complete.
4042

4143
### 2.使用
4244

45+
从 Nuget 安装
46+
47+
````shell
48+
Install-Package CanalSharp
49+
````
50+
51+
代码
4352
````csharp
4453
//初始化日志
4554
using var loggerFactory = LoggerFactory.Create(builder =>

0 commit comments

Comments
 (0)