This repository was archived by the owner on Jan 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlitespy.nuspec
More file actions
59 lines (51 loc) · 2.72 KB
/
sqlitespy.nuspec
File metadata and controls
59 lines (51 loc) · 2.72 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
<?xml version="1.0" encoding="utf-8"?>
<!-- Test your packages in a test environment:
https://github.com/chocolatey/chocolatey-test-environment -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter
enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>sqlitespy</id>
<version>1.9.30</version>
<packageSourceUrl>https://github.com/AJDurant/choco-sqlitespy</packageSourceUrl>
<owners>AJDurant</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>SQLiteSpy</title>
<authors>Ralf Junker</authors>
<projectUrl>https://www.yunqa.de/delphi/apps/sqlitespy/index</projectUrl>
<iconUrl>https://cdn.statically.io/gh/ajdurant/choco-sqlitespy/main/logo.png</iconUrl>
<copyright>2000-2023 Ralf Junker</copyright>
<licenseUrl>https://www.yunqa.de/delphi/license_donate#applications</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<docsUrl>https://www.yunqa.de/delphi/apps/sqlitespy/index</docsUrl>
<mailingListUrl>https://www.yunqa.de/delphi/mailinglist</mailingListUrl>
<tags>sqlite sqlite3 sqlitespy database manager</tags>
<summary>SQLiteSpy is a fast and compact GUI database manager for SQLite.</summary>
<description>SQLiteSpy is a fast and compact GUI database manager for SQLite. It reads
SQLite3 files and executes SQL against them. Its graphical user interface makes it very
easy to explore, analyze, and manipulate SQLite3 databases.
### Distribution
This package includes the software distribution, the developer has given permission to
do so:
> Feel free to choose your packaging. If you believe it useful to include the SQLiteSpy
ZIP archive into the chocolatey package, you are welcome to do so.
</description>
<releaseNotes>https://www.yunqa.de/delphi/apps/sqlitespy/history</releaseNotes>
<!-- =============================== -->
<!-- Specifying dependencies and version ranges?
https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
</dependencies>
<!--<provides>NOT
YET IMPLEMENTED</provides>-->
<!--<conflicts>NOT
YET IMPLEMENTED</conflicts>-->
<!--<replaces>NOT
YET IMPLEMENTED</replaces>-->
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>