Skip to content

Commit a49372f

Browse files
committed
release: v1.2.0
1 parent 1e6424a commit a49372f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5252
Mysql 版本由 Canal 决定。
5353

sample/CanalSharp.SimpleApp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

src/CanalSharp/CanalSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<RepositoryType>git</RepositoryType>
2323
<PackageProjectUrl>https://github.com/dotnetcore/CanalSharp</PackageProjectUrl>
2424
<Description>Alibaba mysql database binlog subscription &amp; 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>

0 commit comments

Comments
 (0)