Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Feb 27, 2023
1 parent 1e6424a commit a49372f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ var msg = await conn.GetAsync(1024);
## 支持版本

| CanalSharp | Canal |
| ---------- | ----- |
| 1.0.0 | 1.1.5 |
|------------|-------|
| 1.2.0 | 1.1.6 |

Mysql 版本由 Canal 决定。

Expand Down
4 changes: 2 additions & 2 deletions sample/CanalSharp.SimpleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class Program
private static ILogger _logger;
static async Task Main(string[] args)
{
// await SimpleConn();
await ClusterConn();
await SimpleConn();
// await ClusterConn();
}

static async Task ClusterConn()
Expand Down
2 changes: 1 addition & 1 deletion src/CanalSharp/CanalSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/dotnetcore/CanalSharp</PackageProjectUrl>
<Description>Alibaba mysql database binlog subscription &amp; consumer components Canal's .NET client.</Description>
<Version>1.2.0-beta1</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a49372f

Please sign in to comment.