<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
    xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
    Version="2.0.1.0"
    Uri="https://download.fiscallink.ro/windows/FiscalLink.appinstaller">

    <MainPackage
        Name="FiscalLink"
        Publisher="CN=Graffino Software SRL, O=Graffino Software SRL, S=Sibiu, C=RO, OID.2.5.4.15=Private Organization, OID.1.3.6.1.4.1.311.60.2.1.3=RO, SERIALNUMBER=J2016000341326"
        Version="2.0.1.0"
        ProcessorArchitecture="x64"
        Uri="https://download.fiscallink.ro/windows/msix/FiscalLink_2.0.1.0_x64.msix" />

    <UpdateSettings>
        <OnLaunch
            HoursBetweenUpdateChecks="12"
            UpdateBlocksActivation="true"
            ShowPrompt="true" />
        <ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
    </UpdateSettings>
</AppInstaller>
