-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
34 lines (22 loc) · 1023 Bytes
/
package.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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FreeCAD Ribbon</name>
<description>A Ribbon interface for FreeCAD</description>
<version>1.7.3.7</version>
<date>2024-07-28</date>
<maintainer>Paul Ebbers</maintainer>
<license file="LICENSE">GPL-3.0-or-later</license>
<pythonmin>3.8.0</pythonmin>
<url type="website">https://github.com/APEbbers/FreeCAD-Ribbon/wiki</url>
<url branch="main" type="repository">https://github.com/APEbbers/FreeCAD-Ribbon</url>
<url type="readme">https://github.com/APEbbers/FreeCAD-Ribbon/blob/main/README.md</url>
<content>
<workbench>
<freecadmin>0.21.0</freecadmin>
<icon>Resources/Icons/FreecadNew.svg</icon>
<subdirectory>./</subdirectory>
<!-- Optional install of 3rd-party SearchBar to streamline ability to Search and find commands -->
<depend type="addon" optional="true">SearchBar</depend>
</workbench>
</content>
</package>