forked from BornToBeRoot/NETworkManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetworkmanager.nuspec
More file actions
27 lines (27 loc) · 1.61 KB
/
Copy pathnetworkmanager.nuspec
File metadata and controls
27 lines (27 loc) · 1.61 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
<?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>
<id>NETworkManager</id>
<version>1.10.0.0</version>
<owners>BornToBeRoot</owners>
<title>NETworkManager</title>
<authors>BornToBeRoot</authors>
<projectUrl>https://github.com/BornToBeRoot/NETworkManager</projectUrl>
<iconUrl>https://raw.githubusercontent.com/BornToBeRoot/NETworkManager/master/Icon/NETworkManager.svg</iconUrl>
<licenseUrl>https://github.com/BornToBeRoot/NETworkManager/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/BornToBeRoot/NETworkManager</projectSourceUrl>
<docsUrl>https://github.com/BornToBeRoot/NETworkManager/tree/master/Documentation</docsUrl>
<bugTrackerUrl>https://github.com/BornToBeRoot/NETworkManager/issues</bugTrackerUrl>
<tags>networkinterface ipscanner portscanner traceroute ping dnslookup whois subnetcalculator snmp remotedesktop rdp powershell ssh putty tigervnc vnc</tags>
<summary>A powerful tool for managing networks and troubleshoot network problems!</summary>
<description>A powerful tool for managing networks and troubleshoot network problems!</description>
<dependencies>
<dependency id="dotnetfx" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>