forked from eddyverl/FreeCAD-Pyramids-and-Polyhedrons
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
102 lines (74 loc) · 3.66 KB
/
package.xml
File metadata and controls
102 lines (74 loc) · 3.66 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.0.0</freecadmin>
<version>0.2.1</version>
<date>2025-12-08</date>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Create various polyhedrons in the Part workbench.</description>
<name>Polyhedra</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Geodesic Sphere</tag>
<tag>Regular Solid</tag>
<tag>Tetrahedron</tag>
<tag>Icosahedron</tag>
<tag>Hexahedron</tag>
<tag>Octahedron</tag>
<tag>Polyhedron</tag>
<tag>Polyhedra</tag>
<tag>Truncated</tag>
<tag>Pyramid</tag>
<tag>Cube</tag>
<tag>Extension</tag>
<tag>Part</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author>Eddy Verlinden</author>
<author
email = 'PhoneDroid.FGL@proton.me'
>PhoneDroid</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE-CODE'
>GPL-3.0-or-later</license>
<license
file = 'LICENSE-ICON'
>CC-BY-SA-4.0</license>
<license
file = 'LICENSE-DOCS'
>Unlicense</license>
<!--[ Contains ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<contains
generated_content = 'false'
/>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/Polyhedra/Resources/Icons/Addon.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/Addon-Shelter/Polyhedra</url>
<url
branch = 'Latest'
type = 'repository'
>https://github.com/Addon-Shelter/Polyhedra</url>
<url
type = 'bugtracker'
>https://github.com/Addon-Shelter/Polyhedra/issues</url>
<url
type = 'readme'
>https://github.com/Addon-Shelter/Polyhedra/blob/Latest/Resources/Documents/Overview.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<other></other>
</content>
</package>