forked from triplus/PieMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
24 lines (21 loc) · 875 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
23
24
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>PieMenu</name>
<description>The PieMenu module is a tool to accelerate and simplify your workflow in usage of FreeCAD.</description>
<version>1.2.7</version>
<date>2023-3-25</date>
<maintainer email="[email protected]">Michael Dingerkus</maintainer>
<license file="LICENSE">LGPLv2.1</license>
<url type="repository" branch="master">https://github.com/mdkus/PieMenu</url>
<url type="bugtracker">https://github.com/mdkus/PieMenu/issues</url>
<icon>Resources/icons/PieMenu_Logo.svg</icon>
<content>
<workbench>
<name>PieMenu</name>
<subdirectory>./</subdirectory>
<icon>Resources/icons/PieMenu_Logo.svg</icon>
<tag>pie</tag>
<tag>menu</tag>
</workbench>
</content>
</package>