-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpgadmin4.nuspec
More file actions
29 lines (28 loc) · 2.05 KB
/
pgadmin4.nuspec
File metadata and controls
29 lines (28 loc) · 2.05 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>pgadmin4</id>
<version>9.14.0</version>
<title>pgAdmin 4</title>
<authors>The PostgreSQL Global Development Group, Current Maintainer: Dave Page</authors>
<owners>Devon Hubner, Chris Charabaruk</owners>
<licenseUrl>http://www.pgadmin.org/licence/</licenseUrl>
<projectUrl>https://www.pgadmin.org/</projectUrl>
<iconUrl>http://rawcdn.githack.com/ArcasCZ/pgadmin-choco/master/icons/pgadmin.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
pgAdmin is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more. Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security. No additional drivers are required to communicate with the database server.
]]></description>
<summary>pgAdmin</summary>
<releaseNotes>https://www.pgadmin.org/docs/pgadmin4/development/release_notes.html</releaseNotes>
<mailingListUrl>https://www.pgadmin.org/support/list/</mailingListUrl>
<bugTrackerUrl>https://github.com/pgadmin-org/pgadmin4/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/pgadmin-org/pgadmin4</projectSourceUrl>
<packageSourceUrl>https://github.com/ArcasCZ/pgadmin-choco</packageSourceUrl>
<copyright>1996-2026 The PostgreSQL Global Development Group</copyright>
<tags>pgadmin4 pgadmin postgres postgresql admin</tags>
</metadata>
<files>
<file src="tools/**" target="" />
</files>
</package>