-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (21 loc) · 1013 Bytes
/
package.xml
File metadata and controls
23 lines (21 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>ImportExport_3DM workbench</name>
<description>An external workbench for add Importer/Exporter for 3dm></description>
<version>0.1 Beta</version>
<date>2022-11-22</date>
<maintainer email="keith@sloan-home.co.uk">Keith Sloan</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="Main">https://github.com/KeithSloan/ImportExport_3DM</url>
<url type="documentation">https://github.com/KeithSloan/ImportExport_3DM/wiki</url>
<url type="readme">https://github.com/KeithSloan/ImportExport_3DM/blob/Main/README.md</url>
<content>
<workbench>
<classname>ImportExport_3DMWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>freecad/ImportExport_3DM/Resources/icons/ImportExport_3DM.svg</icon>
<freecadmin>0.19.3</freecadmin>
<depend>rhino3dm</depend>
</workbench>
</content>
</package>