We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f2a91 commit 8a9876aCopy full SHA for 8a9876a
src/SciSharp.MySQL.Replication/SciSharp.MySQL.Replication.csproj
@@ -11,6 +11,10 @@
11
<IncludeSource>true</IncludeSource>
12
<Authors>Kerry Jiang and other contributors</Authors>
13
<Company>SciSharp STACK</Company>
14
+ <PackageTags>MySQL;replication;C#;client</PackageTags>
15
+ <Description>
16
+ dotnet-mysql-replication is a MySQL replication client in C#.
17
+ </Description>
18
</PropertyGroup>
19
<ItemGroup>
20
<PackageReference Include="MySql.Data" Version="8.4.0" />
0 commit comments