CasCap.Common.Serialisation.MessagePack by Alex Vincent

<PackageReference Include="CasCap.Common.Serialisation.MessagePack" Version="3.0.5" />

 CasCap.Common.Serialisation.MessagePack 3.0.5

Helper library for common MessagePack serialisation requirements.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CasCap.Common.Serialisation.MessagePack</id>
    <version>3.0.5</version>
    <authors>Alex Vincent</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/f2calv/CasCap.Common</projectUrl>
    <description>Helper library for common MessagePack serialisation requirements.</description>
    <copyright>Alex Vincent</copyright>
    <tags>extensions,helpers,MessagePack</tags>
    <repository type="git" url="https://github.com/f2calv/CasCap.Common" commit="8960acde13acbc3f3de1cc6f88a6eab10f6403e9" />
    <dependencies>
      <group targetFramework="net8.0">
        <dependency id="MessagePack" version="2.5.140" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>