<?xml version="1.0" encoding="utf-8"?>
<AppInstaller xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2"
  Version="1.1.12.0"
  Uri="https://assets.medentic.app/medentic-qes-connect/releases/windows.appinstaller">
  <MainPackage
    Name="Medentic.QESConnect"
    Publisher="CN=Medentic LLC, O=Medentic LLC, STREET=4 Tsar Ferdinand Blv, L=Ruse, S=Ruse, C=BG, PostalCode=7000"
    Version="1.1.12.0"
    ProcessorArchitecture="x64"
    Uri="https://assets.medentic.app/medentic-qes-connect/releases/1.1.12/medentic-qes-connect-1.1.12-windows-x64.msix" />
  <UpdateSettings>
    <!-- Check on every launch to avoid stale installs lingering on old versions. -->
    <OnLaunch HoursBetweenUpdateChecks="0" />
    <!-- Also check in the background (every ~8 hours) even if the user rarely opens the app. -->
    <AutomaticBackgroundTask />
  </UpdateSettings>
</AppInstaller>
