Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed May 15, 2024
1 parent 8a9876a commit 2bc6801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![MyGet Version](https://img.shields.io/myget/scisharp/vpre/SciSharp.MySQL.Replication)](https://www.myget.org/feed/scisharp/package/nuget/SciSharp.MySQL.Replication)
[![NuGet Version](https://img.shields.io/nuget/v/SciSharp.MySQL.Replication.svg?style=flat)](https://www.nuget.org/packages/SciSharp.MySQL.Replication/)

C# Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their datas and raw SQL queries.
dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive event like insert, update, delete with their data and raw SQL queries.

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Company>SciSharp STACK</Company>
<PackageTags>MySQL;replication;C#;client</PackageTags>
<Description>
dotnet-mysql-replication is a MySQL replication client in C#.
dotnet-mysql-replication is a C# Implementation of MySQL replication protocol client. This allows you to receive event like insert, update, delete with their data and raw SQL queries.
</Description>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 2bc6801

Please sign in to comment.