-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathredmine.xml
43 lines (43 loc) · 1.37 KB
/
redmine.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Sync from Redmine</name>
<key>Sync from Redmine</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/Unotechsoftware/project-sync-plugin/master/logo.png</logo>
<description>
<short>
<en>Feature to auto sync projects and tasks from redmine.</en>
</short>
<long>
<en>Feature to auto sync projects and tasks from redmine.</en>
</long>
</description>
<homepage>https://github.com/Unotechsoftware/project-sync-plugin</homepage>
<download>https://github.com/Unotechsoftware/project-sync-plugin/releases</download>
<issues>https://github.com/Unotechsoftware/project-sync-plugin/issues</issues>
<readme>https://github.com/Unotechsoftware/project-sync-plugin/blob/master/README.md</readme>
<authors>
<author>Unotech Software</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>9.2.4</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
</langs>
<license>GPL v2+</license>
<tags>
<en>
<tag>Import</tag>
</en>
<lang>
<tag>Import</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/Unotechsoftware/project-sync-plugin/master/screenshot/redmine.png</screenshot>
</screenshots>
</root>