-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.xml
22 lines (20 loc) · 889 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>KicadStepUp Workbench</name>
<description>A bidirectional ECAD/MCAD collaboration between KiCAD and FreeCAD.</description>
<version>11.04.4</version>
<maintainer email="[email protected]">Maui</maintainer>
<license file="LICENSE">AGPLv3.0</license>
<url type="repository" branch="master">https://github.com/easyw/kicadStepUpMod</url>
<icon>Resources/icons/kicad-StepUp-tools-WB.svg</icon> <!-- If you include your icon here, you don't have to submit it to the main FreeCAD repo -->
<content>
<workbench>
<classname>KiCadStepUpWB</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19.0</freecadmin>
<tag>kicad</tag>
<tag>pcb</tag>
<tag>step</tag>
</workbench>
</content>
</package>