-
Notifications
You must be signed in to change notification settings - Fork 0
/
sendkeys.extension.nuspec
39 lines (38 loc) · 2.58 KB
/
sendkeys.extension.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
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<!-- 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>sendkeys.extension</id>
<version>1.0.0</version>
<packageSourceUrl>https://github.com/foundata/chocolatey-sendkeys.extension/</packageSourceUrl>
<owners>foundata</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>Send-Keys extension (helper to send keystrokes to a window)</title>
<authors>foundata</authors>
<projectUrl>https://github.com/foundata/chocolatey-sendkeys.extension/</projectUrl>
<iconUrl>https://rawcdn.githack.com/foundata/chocolatey-sendkeys.extension/main/assets/images/keyboard-outline.svg</iconUrl>
<copyright><![CDATA[
Copyright (c) 2023, 2024 foundata GmbH (https://github.com/foundata/chocolatey-sendkeys.extension)
The [`.reuse/dep5`](https://github.com/foundata/chocolatey-sendkeys.extension/blob/main/.reuse/dep5) file provides detailed licensing and copyright information in a human- and machine-readable format. This includes parts that may be subject to different licensing or usage terms, such as third party components.
]]></copyright>
<licenseUrl>https://github.com/foundata/chocolatey-sendkeys.extension/blob/main/LICENSES/Apache-2.0.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/foundata/chocolatey-sendkeys.extension/</projectSourceUrl>
<docsUrl>https://github.com/foundata/chocolatey-sendkeys.extension/blob/main/README.md</docsUrl>
<bugTrackerUrl>https://github.com/foundata/chocolatey-sendkeys.extension/issues</bugTrackerUrl>
<tags>sendkeys.extension send-keys window keystrokes non-silent user32.dll</tags>
<summary>
Helper functions to send keystrokes to a window.
</summary>
<description><![CDATA[
An unofficial [Chocolatey extension](https://docs.chocolatey.org/en-us/features/extensions) providing helper functions to send keystrokes to the active application window. These functions may be used in Chocolatey install and uninstall scripts by declaring this package a dependency in your package's `.nuspec`.
]]></description>
<dependencies>
<dependency id="usewindow.extension" version="0.0.1" />
</dependencies>
</metadata>
<files>
<file src="extensions\**" target="extensions" />
</files>
</package>