-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
64 lines (39 loc) · 3.46 KB
/
Copy pathpackage.xml
File metadata and controls
64 lines (39 loc) · 3.46 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version = '1.0' encoding = 'UTF-8' standalone = 'no' ?>
<package format = '1' xmlns = 'https://wiki.freecad.org/Package_Metadata'>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.0.0</freecadmin>
<version>2026.03.01</version>
<date>2026.03.01</date>
<!--[ Dependencies - Python ]――――――――――――――――――――――――――――――――――――――――――――-->
<!--[ Dependencies - Addons ]――――――――――――――――――――――――――――――――――――――――――――-->
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Workbench to design HVAC Ducts.</description>
<name>HVAC</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Design</tag>
<tag>HVAC</tag>
<tag>Dimensioning</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer email = 'fco.rosa@yahoo.com.br'>Francisco Rosa</maintainer>
<maintainer email = 'manuvarkey@gmail.com'>Manu Varkey</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author email = 'fco.rosa@yahoo.com.br'>Francisco Rosa</author>
<author email = 'manuvarkey@gmail.com'>Manu Varkey</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license file = 'LICENSE'>LGPL-2.1-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/HVAC/icons/Logo.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url type = 'documentation'>https://github.com/Francisco-Rosa/FreeCAD-HVAC/wiki</url>
<url type = 'discussion'>https://forum.freecad.org/viewtopic.php?t=102900</url>
<url branch = 'main' type = 'repository'>https://github.com/Francisco-Rosa/FreeCAD-HVAC</url>
<url type = 'bugtracker'>https://github.com/Francisco-Rosa/FreeCAD-HVAC/issues</url>
<url type = 'readme'>https://github.com/Francisco-Rosa/FreeCAD-HVAC/blob/main/README.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<subdirectory>.</subdirectory>
<classname>HVAC</classname>
</workbench>
</content>
</package>