-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
26 lines (24 loc) · 894 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version='1.0' encoding='UTF-8'?>
<addon id="script.module.issuereporter" name="Aussie Addons Issue Reporter" provider-name="Aussie Addons" version="1.0.1">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension library="lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
</assets>
<summary>Github issue reporting for Aussie Addons</summary>
<description>Github issue reporting for Aussie Addons</description>
<website />
<source>https://github.com/glennguy/script.module.issuereporter</source>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<news>[B]Version v1.0.1[/B]
- minor changes
[B]Version v1.0.0-1-gc46ed8e[/B]
- add travis.yml
[B]Version v1.0.0[/B]
- Initial version
</news></extension>
</addon>