Skip to content

Commit 74e7d6b

Browse files
committed
Updated appdata.xml
1 parent 42454a9 commit 74e7d6b

File tree

2 files changed

+71
-10
lines changed

2 files changed

+71
-10
lines changed
Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,39 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2017 Alessandro "Alecaddd" Castellani <castellani.ale@gmail.com> -->
2+
<!-- Copyright (c) 2017 Alessandro Castellani (https://github.com/Alecaddd/sequeler) -->
33
<component type="desktop">
44
<id>com.github.alecaddd.sequeler.desktop</id>
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
77
<name>Sequeler</name>
88
<summary>Friendly SQL Client</summary>
99
<description>
10-
<p>Easily connect to your local or remote database, manage structure and data of your tables, type and execute SQL commands directly in the App, and do everything you need to do without the necessity of opening the terminal.</p>
10+
<p>
11+
Easily connect to your local or remote database, manage structure and data of your tables, type and execute SQL commands directly in the App, and do everything you need to do without the necessity of opening the terminal.
12+
</p>
13+
<p>
14+
Features Include:
15+
</p>
16+
<ul>
17+
<li>Store your Database connections</li>
18+
<li>Quickly connect to a Local or Remote Database</li>
19+
<li>Write SQL queries in the built-in code editor</li>
20+
</ul>
1121
</description>
1222
<provides>
1323
<binary>com.github.alecaddd.sequeler</binary>
1424
</provides>
1525
<releases>
16-
<release version="0.1.3" date="2017-10-02">
26+
<release version="0.1.4" date="2017-10-05">
1727
<description>
1828
<p>Initial Release</p>
1929
<ul>
20-
<li>Store your Database connections</li>
21-
<li>Quickly connect to a Local or Remote Database</li>
22-
<li>Write SQL queries in the built-in code editor</li>
30+
<li>Store your Database connections</li>
31+
<li>Quickly connect to a Local or Remote Database</li>
32+
<li>Write SQL queries in the built-in code editor</li>
2333
</ul>
2434
</description>
2535
</release>
26-
<releases>
36+
</releases>
2737
<screenshots>
2838
<screenshot type="default">
2939
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot.png</image>
@@ -38,14 +48,14 @@
3848
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot3.png</image>
3949
</screenshot>
4050
</screenshots>
41-
<developer_name>Alessandro "Alecaddd" Castellani</developer_name>
51+
<developer_name>Alessandro Castellani</developer_name>
4252
<url type="homepage">https://github.com/Alecaddd/sequeler</url>
4353
<url type="bugtracker">https://github.com/Alecaddd/sequeler/issues</url>
44-
<url type="help">https://github.com/Alecaddd/sequeler/wiki</url>
54+
<url type="help">https://github.com/Alecaddd/sequeler/issues</url>
4555
<update_contact>[email protected]</update_contact>
4656
<custom>
4757
<value key="x-appcenter-color-primary">#223b69</value>
4858
<value key="x-appcenter-color-primary-text">#00abd3</value>
4959
<value key="x-appcenter-suggested-price">2</value>
5060
</custom>
51-
</component>
61+
</component>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2017 Alessandro "Alecaddd" Castellani <[email protected]> -->
3+
<component type="desktop">
4+
<id>com.github.alecaddd.sequeler.desktop</id>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>GPL-3.0+</project_license>
7+
<name>Sequeler</name>
8+
<summary>Friendly SQL Client</summary>
9+
<description>
10+
<p>Easily connect to your local or remote database, manage structure and data of your tables, type and execute SQL commands directly in the App, and do everything you need to do without the necessity of opening the terminal.</p>
11+
</description>
12+
<provides>
13+
<binary>com.github.alecaddd.sequeler</binary>
14+
</provides>
15+
<releases>
16+
<release version="0.1.3" date="2017-10-02">
17+
<description>
18+
<p>Initial Release</p>
19+
<ul>
20+
<li>Store your Database connections</li>
21+
<li>Quickly connect to a Local or Remote Database</li>
22+
<li>Write SQL queries in the built-in code editor</li>
23+
</ul>
24+
</description>
25+
</release>
26+
<releases>
27+
<screenshots>
28+
<screenshot type="default">
29+
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot.png</image>
30+
</screenshot>
31+
<screenshot>
32+
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot1.png</image>
33+
</screenshot>
34+
<screenshot>
35+
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot2.png</image>
36+
</screenshot>
37+
<screenshot>
38+
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/sequeler-screenshot3.png</image>
39+
</screenshot>
40+
</screenshots>
41+
<developer_name>Alessandro "Alecaddd" Castellani</developer_name>
42+
<url type="homepage">https://github.com/Alecaddd/sequeler</url>
43+
<url type="bugtracker">https://github.com/Alecaddd/sequeler/issues</url>
44+
<url type="help">https://github.com/Alecaddd/sequeler/wiki</url>
45+
<update_contact>[email protected]</update_contact>
46+
<custom>
47+
<value key="x-appcenter-color-primary">#223b69</value>
48+
<value key="x-appcenter-color-primary-text">#00abd3</value>
49+
<value key="x-appcenter-suggested-price">2</value>
50+
</custom>
51+
</component>

0 commit comments

Comments
 (0)