TypeSafe.Http.Net.Serializer.ProtobufNet by https://github.com/HelloKitty

<PackageReference Include="TypeSafe.Http.Net.Serializer.ProtobufNet" Version="2.0.6" />

 TypeSafe.Http.Net.Serializer.ProtobufNet 2.0.6

TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library contains a serialization implementation for the Protobuf-Net Google Protocol Buffers serializer for TypeSafe.Http.Net. To register this serializer with the builder use the RegisterProtobufNetSerializer extension.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>TypeSafe.Http.Net.Serializer.ProtobufNet</id>
    <version>2.0.6</version>
    <authors>https://github.com/HelloKitty</authors>
    <owners>https://github.com/HelloKitty</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/HelloKitty/TypeSafe.Http.Net/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/HelloKitty/TypeSafe.Http.Net</projectUrl>
    <description>TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.

This library contains a serialization implementation for the Protobuf-Net Google Protocol Buffers serializer for TypeSafe.Http.Net. To register this serializer with the builder use the RegisterProtobufNetSerializer extension.</description>
    <copyright>Andrew Blakely</copyright>
    <tags>Refit Rest Client .NET Retrofit TypeSafe HTTP Type Safe</tags>
    <repository type="git" url="https://github.com/HelloKitty/TypeSafe.Http.Net" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="TypeSafe.Http.Net.Api" version="2.0.6" exclude="Build,Analyzers" />
        <dependency id="protobuf-net" version="2.2.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="TypeSafe.Http.Net.Api" version="2.0.6" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="protobuf-net" version="2.2.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <repository type="git" url="https://github.com/HelloKitty/TypeSafe.Http.Net" />
  </metadata>
</package>