﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MES.Inside.Client</id>
    <version>0.4.0-preview.4</version>
    <authors>Mayer EDV Services</authors>
    <readme>README.md</readme>
    <projectUrl>https://inside.mes.wien/</projectUrl>
    <description>Shared MES Inside client with bounded queue, durable JSONL spool, measurements, metrics and asynchronous batch upload.</description>
    <releaseNotes>Preview 4 adds host.name and a stable pseudonymized host.id to application heartbeats on Windows and Linux, enabling installations to be assigned to their physical or virtual host without transmitting the raw operating-system machine identifier. It retains hierarchical request traces, stable installation identity, generic request monitoring and the Flush writer guarantee. Not yet a stable API.</releaseNotes>
    <copyright>Copyright © 2026 Mayer EDV Services</copyright>
    <tags>observability logging monitoring telemetry performance on-premises</tags>
    <repository type="git" url="https://git.mes.wien/MES/MES.Inside" branch="refs/heads/codex/integration-enrollment-api" commit="ea1d0147f8bf0b25f42566845896d653b23e80ed" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="MES.Inside.Configuration" version="0.4.0-preview.4" exclude="Build,Analyzers" />
        <dependency id="MES.Inside.Contracts" version="0.4.0-preview.4" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="13.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>