| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> |
| 2 |
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata"> |
| 3 |
|
| 4 |
<name>SaveUtils</name> |
| 5 |
|
| 6 |
<description>Adds "Save As with Timestamp" and "Save As Increment" commands to the File menu.</description> |
| 7 |
|
| 8 |
<version>2026.3.24</version> |
| 9 |
|
| 10 |
<date>2026-03-24</date> |
| 11 |
|
| 12 |
<maintainer email="hello@jefftml.com">Jeff Lange</maintainer> |
| 13 |
|
| 14 |
<license file="LICENSE">GPL-3.0-or-later</license> |
| 15 |
|
| 16 |
<url type="website">https://github.com/jefe317/SaveUtils</url> |
| 17 |
|
| 18 |
<url branch="main" type="repository">https://github.com/jefe317/SaveUtils</url> |
| 19 |
|
| 20 |
<url type="readme">https://github.com/jefe317/SaveUtils/blob/main/README.md</url> |
| 21 |
|
| 22 |
<icon>Resources/icons/SaveUtilsLogo.svg</icon> |
| 23 |
|
| 24 |
<content> |
| 25 |
<workbench> |
| 26 |
<tag>saveutils</tag> |
| 27 |
<classname>SaveUtilsWorkbench</classname> |
| 28 |
<subdirectory>./</subdirectory> |
| 29 |
</workbench> |
| 30 |
</content> |
| 31 |
|
| 32 |
</package> |
| 33 |
|