forked from triplus/PieMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
62 lines (48 loc) · 1.31 KB
/
package.xml
File metadata and controls
62 lines (48 loc) · 1.31 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<freecadmin>1.0.0</freecadmin>
<version>0.2.0</version>
<date>2025-09-21</date>
<description>Control FreeCAD with a radial action menu.</description>
<name>Radial Control</name>
<tag>Shortcut</tag>
<tag>Context</tag>
<tag>Control</tag>
<tag>Radial</tag>
<tag>Menu</tag>
<maintainer
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</maintainer>
<author>triplus</author>
<author>looo</author>
<author
email = 'microelly2@freecadbuch.de'
>microelly</author>
<author
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</author>
<license
file = 'LICENSE'
>LGPL-2.1-or-later</license>
<icon>freecad/Radial-Control/Resources/Icons/Addon.svg</icon>
<url
branch = 'Latest'
type = 'repository'
>https://github.com/Addon-Shelter/Radial-Control</url>
<url
type = 'readme'
>https://github.com/Addon-Shelter/Radial-Control/blob/Latest/Resources/Documents/Overview.md</url>
<url
type = 'bugtracker'
>https://github.com/Addon-Shelter/Radial-Control/issues</url>
<content>
<other></other>
</content>
</package>