-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (17 loc) · 745 Bytes
/
package.xml
File metadata and controls
26 lines (17 loc) · 745 Bytes
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Command Palette</name>
<description>Quickly search and execute menu actions.</description>
<maintainer email="cad@ddfisher.com">Day Fisher</maintainer>
<license file="LICENSE">"LGPL-2.1-or-later"</license>
<version>2023.6.30</version>
<date>2023-6-30</date>
<url branch="release" type="repository">https://github.com/ddfisher/FreeCAD-CommandPalette</url>
<url type="readme">https://github.com/ddfisher/FreeCAD-CommandPalette/blob/release/README.md</url>
<content>
<macro>
<name>CommandPalette</name>
<subdirectory>./</subdirectory>
</macro>
</content>
</package>