-
Notifications
You must be signed in to change notification settings - Fork 17
/
Pinpoint.nuspec
28 lines (28 loc) · 1.28 KB
/
Pinpoint.nuspec
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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>Pinpoint</id>
<title>Pinpoint</title>
<version>0.0.0</version>
<authors>dkgv</authors>
<owners>dkgv</owners>
<description>Pinpoint is a keystroke launcher and productivity tool for Windows (think Spotlight, Raycast, Alfred for macOS).</description>
<summary>Pinpoint is a keystroke launcher.</summary>
<tags>keystroke-launcher clipboard-manager</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://rawcdn.githack.com/dkgv/pinpoint/ed4473f85a4d6cf7dc2da6333a70f9f852c80c67/Pinpoint.Win/Icons/Icon.ico</iconUrl>
<dependencies>
<dependency id="dotnet-runtime" version="7.0.10" />
</dependencies>
<projectUrl>https://github.com/dkgv/pinpoint</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/dkgv/pinpoint/master/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/dkgv/pinpoint</projectSourceUrl>
<bugTrackerUrl>https://github.com/dkgv/pinpoint/issues</bugTrackerUrl>
<packageSourceUrl></packageSourceUrl>
</metadata>
<files>
<file src="a/**" />
<file src="LICENSE.txt" />
<file src="VERIFICATION.txt" />
</files>
</package>