-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinfo.xml
22 lines (22 loc) · 831 Bytes
/
info.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"?>
<extension key="com.aghstrategies.uscounties" type="module">
<file>uscounties</file>
<name>US County Loader</name>
<description>Loads counties of the United States</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Andie Hunt</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2022-08-11</releaseDate>
<version>2.1</version>
<develStage>stable</develStage>
<urls>
<url desc="documentation">http://aghstrategies.com/counties</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<compatibility>
<ver>5.51</ver>
</compatibility>
<comments>Use this extension to load counties for the United States. After installation, this extension does nothing (and can even be disabled).</comments>
</extension>