File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
sample/CanalSharp.SimpleApp Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ var msg = await conn.GetAsync(1024);
46
46
## 支持版本
47
47
48
48
| CanalSharp | Canal |
49
- | ---------- | ----- |
50
- | 1.0 .0 | 1.1.5 |
49
+ | ------------ | ------- |
50
+ | 1.2 .0 | 1.1.6 |
51
51
52
52
Mysql 版本由 Canal 决定。
53
53
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Program
13
13
private static ILogger _logger ;
14
14
static async Task Main ( string [ ] args )
15
15
{
16
- // await SimpleConn();
17
- await ClusterConn ( ) ;
16
+ await SimpleConn ( ) ;
17
+ // await ClusterConn();
18
18
}
19
19
20
20
static async Task ClusterConn ( )
Original file line number Diff line number Diff line change 22
22
<RepositoryType >git</RepositoryType >
23
23
<PackageProjectUrl >https://github.com/dotnetcore/CanalSharp</PackageProjectUrl >
24
24
<Description >Alibaba mysql database binlog subscription & consumer components Canal's .NET client.</Description >
25
- <Version >1.2.0-beta1 </Version >
25
+ <Version >1.2.0</Version >
26
26
</PropertyGroup >
27
27
28
28
<ItemGroup >
You can’t perform that action at this time.
0 commit comments