﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ZB.MOM.WW.HistorianGateway.Client</id>
    <version>0.3.0</version>
    <authors>Joseph Doherty</authors>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://gitea.dohertylan.com/dohertj2/historiangw</projectUrl>
    <description>.NET 10 gRPC client for the ZB.MOM.WW.HistorianGateway service: typed wrappers over the historian read/write/tags/status RPCs, Polly retry, and bearer-key auth.</description>
    <copyright>Copyright (c) ZB MOM WW. All rights reserved.</copyright>
    <tags>historian historiangateway grpc client</tags>
    <repository type="git" url="https://gitea.dohertylan.com/dohertj2/historiangw" commit="6de64fb57f54dc16fc9c3946c6040e392aca2df7" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="ZB.MOM.WW.HistorianGateway.Contracts" version="0.3.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>