forked from chbergmann/CurvedShapesWorkbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
22 lines (20 loc) · 864 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Curved Shapes</name>
<description>Create 3D shapes from 2D curves.</description>
<version>1.00.09</version>
<date>2024-04-17</date>
<maintainer email="[email protected]">Christi</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/chbergmann/CurvedShapesWorkbench</url>
<url type="documentation">https://github.com/chbergmann/CurvedShapesWorkbench/README.md</url>
<icon>Resources/icon/curvedArray.svg</icon>
<content>
<workbench>
<name>Curved Shapes</name>
<classname>CurvedShapesWorkbench</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19.0</freecadmin>
</workbench>
</content>
</package>