forked from microsoft/ethr
-
Notifications
You must be signed in to change notification settings - Fork 11
/
ethr.nuspec
23 lines (23 loc) · 825 Bytes
/
ethr.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>Ethr</id>
<version>0.2.1</version>
<authors>Pankaj Garg</authors>
<owners>Pankaj Garg</owners>
<projectUrl>https://github.com/microsoft/ethr-kai</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ethr is a Network Performance Measurement Tool for TCP, UDP and HTTP.</description>
<releaseNotes>This version supports many new options and features described below:
1> -4 or -6 to use specific IP version
2> Reverse mode for TCP
3> HTTPS support
4> External mode for server and client
5> Many more features and options</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>Network Performance</tags>
</metadata>
<files>
<file src="ethr.exe" />
</files>
</package>