CanalSharp.Protocol by stulzq,WithLin,CanalSharp

<PackageReference Include="CanalSharp.Protocol" Version="0.3.3" />

 CanalSharp.Protocol 0.3.3

阿里巴巴mysql数据库binlog的增量订阅/消费组件 Canal 的 .NET 客户端

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CanalSharp.Protocol</id>
    <version>0.3.3</version>
    <authors>stulzq,WithLin,CanalSharp</authors>
    <owners>stulzq,WithLin,CanalSharp</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/CanalSharp/CanalSharp/blob/dev/LICENSE</licenseUrl>
    <projectUrl>https://github.com/CanalSharp/CanalSharp</projectUrl>
    <description>阿里巴巴mysql数据库binlog的增量订阅/消费组件 Canal 的 .NET 客户端</description>
    <releaseNotes>升级依赖版本</releaseNotes>
    <tags>canal mysql binlog</tags>
    <repository type="git" url="https://github.com/CanalSharp/CanalSharp.git" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Google.Protobuf" version="3.11.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>