-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
25 lines (23 loc) · 1.01 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<package format="1">
<name>MeshRemodel</name>
<description>Workbench for aid in remodeling mesh objects into FreeCAD format</description>
<version>1.10.35</version>
<date>2024.12.02</date> <!-- YYYY.MM.DD of new release goes here -->
<maintainer email="[email protected]">TheMarkster</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/mwganson/MeshRemodel</url>
<url type="documentation">https://github.com/mwganson/MeshRemodel</url>
<content>
<workbench>
<name>MeshRemodel</name>
<classname>MeshRemodelWorkbench</classname>
<description>Workbench for aid in remodeling and repairing mesh objects into FreeCAD format</description>
<version>1.10.35</version>
<subdirectory>./</subdirectory>
<icon>Resources/icons/MeshRemodel_workbench_icon.svg</icon>
<freecadmin>0.20.0</freecadmin>
<tag>mesh</tag>
</workbench>
</content>
</package>