Bond.Grpc.CSharp by Microsoft

<PackageReference Include="Bond.Grpc.CSharp" Version="9.0.5" />

 Bond.Grpc.CSharp 9.0.5

This package contains bindings for using Bond with gRPC. The Bond-generated gRPC code depends on types in this assembly. Bond is an open source, cross-platform framework for working with schematized data. It supports cross-language serialization/deserialization and powerful generic mechanisms for efficiently manipulating data. Bond is published on GitHub at https://github.com/microsoft/bond/ The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Bond.Grpc.CSharp</id>
    <version>9.0.5</version>
    <title>Bond C# gRPC runtime</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>images\bond-logo-64x64-transparent.png</icon>
    <projectUrl>https://github.com/microsoft/bond/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/microsoft/bond/master/doc/src/logos/bond-logo-64x64-transparent.png</iconUrl>
    <description>This package contains bindings for using Bond with gRPC. The Bond-generated gRPC code depends on types in this assembly.

          Bond is an open source, cross-platform framework for working with schematized data. It supports cross-language serialization/deserialization and powerful generic mechanisms for efficiently manipulating data.

          Bond is published on GitHub at https://github.com/microsoft/bond/

          The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html</description>
    <summary>Bindings for using Microsoft Bond with gRPC</summary>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Bond .NET C# serialization grpc RPC messaging</tags>
    <dependencies>
      <dependency id="Bond.Core.CSharp" version="[9.0.5]" />
      <dependency id="Grpc.Core" version="1.12.0" />
    </dependencies>
  </metadata>
</package>