forked from dprojects/Woodworking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
20 lines (18 loc) · 909 Bytes
/
package.xml
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>Woodworking</name>
<description>FreeCAD workbench for woodworking purposes.</description>
<version>0.21.2.33771.0.23.1</version>
<date>2025-02-23</date>
<author>Darek L (https://github.com/dprojects)</author>
<maintainer email="[email protected]">FreeCAD updates appear every week. Unfortunately, I do not have the ability to consistently follow the changes and wonder if something has been broken.</maintainer>
<license file="LICENSE">MIT, keep author tag without change.</license>
<url type="repository" branch="master">https://github.com/dprojects/Woodworking</url>
<icon>Icons/Woodworking.png</icon>
<content>
<workbench>
<classname>WoodworkingWorkbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>