﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ZB.MOM.WW.MxGateway.Client</id>
    <version>0.1.0</version>
    <authors>Joseph Doherty</authors>
    <readme>README.md</readme>
    <projectUrl>https://gitea.dohertylan.com/dohertj2/mxaccessgw</projectUrl>
    <description>.NET 10 gRPC client for the MxAccessGateway service. Provides typed wrappers, retry, and a lazy-browse walker over the Galaxy Repository hierarchy.</description>
    <copyright>Copyright (c) ZB MOM WW. All rights reserved.</copyright>
    <tags>mxaccess mxgateway grpc client archestra</tags>
    <repository type="git" url="https://gitea.dohertylan.com/dohertj2/mxaccessgw" commit="b4a7bac4c01b78d0d85bbae0de84728366b0d8b7" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="ZB.MOM.WW.MxGateway.Contracts" version="0.1.0" exclude="Build,Analyzers" />
        <dependency id="Grpc.Net.Client" version="2.76.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.7" exclude="Build,Analyzers" />
        <dependency id="Polly.Core" version="8.6.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>