<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.versioncheck"
       name="Version Check"
      version="0.1.0"
      provider-name="XBMC Foundation">
    <requires>
        <import addon="xbmc.python" version="1.0"/>
    </requires>
    <extension point="xbmc.service" library="service.py" start="login"/>
    <extension point="xbmc.addon.metadata">
        <summary lang="en">XBMC Version Check checks if you are running latest released version.</summary>
        <description lang="en">XBMC Version Check only supports a number of platforms/distros as releases may differ between them. For more information visit the xbmc.org website.</description>
        <platform>all</platform>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <forum>http://forum.xbmc.org/showthread.php?tid=160228</forum>
        <website>http://xbmc.org</website>
        <email></email>
        <source>https://github.com/XBMC-Addons/service.xbmc.versioncheck</source>
    </extension>
</addon>
