-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (20 loc) · 872 Bytes
/
package.xml
File metadata and controls
20 lines (20 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>LCInterlocking</name>
<description>Create interlocking parts for laser cutting or CNC milling</description>
<version>1.5.1</version>
<date>2025-11-25</date>
<maintainer>execuc</maintainer>
<author>execuc</author>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/execuc/LCInterlocking</url>
<url type="readme">https://github.com/execuc/LCInterlocking/blob/master/README.md</url>
<url type="documentation">https://github.com/execuc/LCInterlocking/tree/master/docs</url>
<icon>small_icon.svg</icon>
<content>
<workbench>
<classname>LCInterlockingWorkbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>