-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhv-ms794-config.nuspec
28 lines (28 loc) · 1.27 KB
/
hv-ms794-config.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>hv-ms794-config</id>
<version>1.0.0</version>
<tags>admin havit hv-ms794</tags>
<copyright>Pavel Bludov</copyright>
<authors>Pavel Bludov</authors>
<owners>Pavel Bludov</owners>
<title>HV-MS794 configuration utility</title>
<summary>HAVIT HV-MS794 gaming mouse configuration utility</summary>
<description>
HAVIT HV-MS794 gaming mouse configuration utility (unofficial). Allows you to configure the buttons and profiles of your device.
See https://www.prohavit.com/products/hv-ms794-programmable-gaming-mouse/ for details.
</description>
<projectUrl>https://github.com/pbludov/hv-ms794-config/</projectUrl>
<licenseUrl>https://github.com/pbludov/hv-ms794-config/blob/master/LICENSE</licenseUrl>
<packageSourceUrl>https://github.com/pbludov/hv-ms794-config/</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/pbludov/hv-ms794-config/raw/master/res/hv-ms794-config.png</iconUrl>
<releaseNotes>
* Initial version.
</releaseNotes>
</metadata>
<files>
<file src="chocolateyInstall.ps1" target="tools" />
</files>
</package>