﻿<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
	Uri="https://rms.caspeco.se/downloads/clock/Clock.appinstaller"
	Version="1.1.5.1" xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
	<MainBundle
		Name="se.caspeco.clock"
		Publisher="CN=Caspeco AB, O=Caspeco AB, L=Uppsala, C=SE"
		Version="1.1.5.1"
		Uri="https://rms.caspeco.se/downloads/clock/Clock_1.1.5/Clock.msixbundle" />
	<Dependencies>
		<Package
		  Version="5001.214.1843.0"
		  Uri="https://rms.caspeco.se/downloads/clock/Clock_1.1.5/Dependencies/Microsoft.WindowsAppRuntime.1.5.msix"
		  Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
		  ProcessorArchitecture="x64"
		  Name="Microsoft.WindowsAppRuntime.1.5" />
	</Dependencies>
	<UpdateSettings>
		<OnLaunch 
            HoursBetweenUpdateChecks="0" />
        <AutomaticBackgroundTask />
        <ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
	</UpdateSettings>
</AppInstaller>