forked from shaise/FreeCAD_FastenersWB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
21 lines (19 loc) · 840 Bytes
/
package.xml
File metadata and controls
21 lines (19 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Fasteners Workbench</name>
<description>Some common fasteners and fastener tools for FreeCAD.</description>
<version>0.5.41</version>
<date>2025-08-11</date>
<maintainer email="shaise@gmail.com">Shai Seger</maintainer>
<license file="LICENSE">GPL-2.0-or-later</license>
<url type="repository" branch="master">https://github.com/shaise/FreeCAD_FastenersWB</url>
<url type="readme">https://github.com/shaise/FreeCAD_FastenersWB/blob/master/README.md</url>
<icon>Icons/FNLogo.svg</icon>
<content>
<workbench>
<classname>FastenersWorkbench</classname>
<subdirectory>./</subdirectory>
<tag>fasteners</tag>
</workbench>
</content>
</package>