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);
4646## 支持版本
4747
4848| CanalSharp | Canal |
49- | ---------- | ----- |
50- | 1.0 .0 | 1.1.5 |
49+ | ------------ | ------- |
50+ | 1.2 .0 | 1.1.6 |
5151
5252Mysql 版本由 Canal 决定。
5353
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Program
1313 private static ILogger _logger ;
1414 static async Task Main ( string [ ] args )
1515 {
16- // await SimpleConn();
17- await ClusterConn ( ) ;
16+ await SimpleConn ( ) ;
17+ // await ClusterConn();
1818 }
1919
2020 static async Task ClusterConn ( )
Original file line number Diff line number Diff line change 2222 <RepositoryType >git</RepositoryType >
2323 <PackageProjectUrl >https://github.com/dotnetcore/CanalSharp</PackageProjectUrl >
2424 <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 >
2626 </PropertyGroup >
2727
2828 <ItemGroup >
You can’t perform that action at this time.
0 commit comments