forked from Zolko-123/FreeCAD_Assembly4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
23 lines (21 loc) · 1.02 KB
/
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>Assembly4</name>
<description>This assembly workbench allows you to assemble various FreeCAD parts (of type Part or Body) into a standard assembly container using links, and place them relative to the assembly and to each other.</description>
<version>0.50.16-dev</version>
<date>2024.07.07</date>
<maintainer email="zolko@zzaero.com">Zolko-123</maintainer>
<license file="LICENSE">LGPL-2.1-only</license>
<url type="repository" branch="master">https://github.com/Zolko-123/FreeCAD_Assembly4</url>
<url type="documentation">https://wiki.freecadweb.org/Assembly4_Workbench</url>
<url type="readme">https://github.com/Zolko-123/FreeCAD_Assembly4/blob/master/README.md</url>
<content>
<workbench>
<classname>Assembly4Workbench</classname>
<subdirectory>./</subdirectory>
<icon>Resources/icons/Assembly4.svg</icon>
<tag>assembly</tag>
<freecadmin>0.19.0</freecadmin>
</workbench>
</content>
</package>