-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (19 loc) · 966 Bytes
/
package.xml
File metadata and controls
31 lines (19 loc) · 966 Bytes
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
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>EasyProfileFrame</name>
<description>Simplifies the creation of frames using profiles, such as aluminum profiles. It also includes support for exporting Bill of Materials (BOM).</description>
<version>0.0.1</version>
<date>2025-01-25</date>
<license file="LICENSE">LGPL-3.0-or-later</license>
<url branch="main" type="repository">https://github.com/ovo-Tim/EasyProfileFrame.git</url>
<url type="readme">https://github.com/ovo-Tim/EasyProfileFrame/raw/main/README.md</url>
<author email="ovo-tim@qq.com">ovo-Tim</author>
<icon>freecad/easy_profile_frame/resources/icons/MakerWorkbench_Aluproft_Cmd.svg</icon>
<content>
<workbench>
<name>EasyProfileFrame</name>
<classname>EasyProfileFrame</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>