-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
25 lines (23 loc) · 938 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>Design456 workbench</name>
<description>Direct Modeling Workbench for FreeCAD</description>
<version>0.00.1</version>
<date>2022-01-20</date>
<maintainer email="mariwan.jalal@gmail.com">Mariwan Jalal</maintainer>
<license file="LICENSE">GPL-3.0-or-later</license>
<url type="repository" branch="main">https://github.com/MariwanJ/Design456</url>
<url type="documentation">https://wiki.freecadweb.org/Design456_Workbench</url>
<content>
<workbench>
<name>Design456 workbench</name>
<classname>Design456</classname>
<description>Direct Modeling Workbench for FreeCAD</description>
<version>0.00.1</version>
<subdirectory>./</subdirectory>
<icon>Resources/icons/WorkbenchIcon.svg</icon>
<freecadmin>0.20.0</freecadmin>
<tag>direct-modeling</tag>
</workbench>
</content>
</package>