-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.xml
22 lines (20 loc) · 880 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>Optics</name>
<description>Geometrical optics for FreeCAD. Performs simple raytracing through your FreeCAD objects.</description>
<version>1.0.26</version>
<date>2024-11-03</date>
<maintainer email="christian.bergmann@mailbox.org">Christi</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="main">https://github.com/chbergmann/OpticsWorkbench</url>
<url type="documentation">https://github.com/chbergmann/OpticsWorkbench/README.md</url>
<icon>optics_workbench_icon.svg</icon>
<content>
<workbench>
<name>Optics</name>
<classname>OpticsWorkbench</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19.0</freecadmin>
</workbench>
</content>
</package>