-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (18 loc) · 751 Bytes
/
package.xml
File metadata and controls
20 lines (18 loc) · 751 Bytes
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">
<name>Contour</name>
<description>Workbench allowing to convert ans sculpt contour lines to quad mesh</description>
<version>1.0.0</version>
<date>2023.04.06</date> <!-- YYYY.MM.DD of new release goes here -->
<maintainer email="diblibre@gmail.com">DIB</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/freedib/Contour</url>
<url type="documentation">https://github.com/freedib/Contour</url>
<content>
<workbench>
<classname>ContourWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>Resources/icons/Contour.svg</icon>
</workbench>
</content>
</package>