-
Notifications
You must be signed in to change notification settings - Fork 73
/
ntop.nuspec
24 lines (24 loc) · 1.22 KB
/
ntop.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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ntop.portable</id>
<title>NTop</title>
<version>0.3.3</version>
<authors>Gian Sass</authors>
<owners>Gian Sass</owners>
<summary>htop-like system-monitor for Windows with Vi-keybindings</summary>
<description>htop-like system-monitor with Vi-emulation for Windows. Because using Task Manager is not cool enough.</description>
<projectUrl>https://github.com/Nuke928/NTop</projectUrl>
<projectSourceUrl>https://github.com/Nuke928/NTop</projectSourceUrl>
<packageSourceUrl>https://github.com/Nuke928/NTop/blob/master/ntop.nuspec</packageSourceUrl>
<tags>htop top console-application c system-monitor</tags>
<licenseUrl>https://github.com/Nuke928/NTop/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<bugTrackerUrl>https://github.com/Nuke928/NTop/issues</bugTrackerUrl>
<docsUrl>https://github.com/Nuke928/NTop/blob/master/README.md</docsUrl>
<releaseNotes>https://github.com/Nuke928/NTop/releases</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>