-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
36 lines (25 loc) · 1.04 KB
/
Copy pathpackage.xml
File metadata and controls
36 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Spring</name>
<description>Design and analyze **compression**, **extension**, and **torsion** springs</description>
<version>0.1.0</version>
<date>2025-10-20</date>
<maintainer email="Info@SpringDesignSoftware.org">Michael Milley</maintainer>
<license file="LICENSE">MIT</license>
<url branch="main" type="repository">git@github.com:thegrumpys/FreeCAD-Spring.git</url>
<url type="bugtracker">git@github.com:thegrumpys/FreeCAD-Spring.git/issues</url>
<url type="readme">git@github.com:thegrumpys/FreeCAD-Spring/-/raw/main/README.md</url>
<content>
<workbench>
<freecadmin>1.0.2</freecadmin>
<tag>Spring</tag>
<tag>Springs</tag>
<tag>Compression</tag>
<tag>Extension</tag>
<tag>Torsion</tag>
<icon>Resources/icons/workbench.svg</icon>
<classname>SpringWorkbench</classname>
<subdirectory>.</subdirectory>
</workbench>
</content>
</package>