-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
26 lines (24 loc) · 1.04 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
24
25
26
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>ThreadProfile</name>
<description>ThreadProfile object for creating internal/external threads</description>
<version>1.92</version>
<date>2024.08.01</date>
<maintainer email="[email protected]">TheMarkster</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/mwganson/ThreadProfile</url>
<url type="documentation">https://wiki.freecad.org/ThreadProfile_Workbench</url>
<icon>Resources/icons/ThreadProfileLogo.svg</icon>
<content>
<workbench>
<name>ThreadProfile</name>
<classname>ThreadProfileWorkbench</classname>
<description>ThreadProfile object for creating internal/external threads</description>
<version>1.92</version>
<subdirectory>./</subdirectory>
<icon>Resources/icons/ThreadProfileLogo.svg</icon>
<freecadmin>0.19.0</freecadmin>
<tag>thread</tag>
</workbench>
</content>
</package>