forked from Redth/HttpTwo
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHttpTwo.nuspec
More file actions
26 lines (26 loc) · 1.13 KB
/
HttpTwo.nuspec
File metadata and controls
26 lines (26 loc) · 1.13 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>HttpTwo</id>
<version>$version$</version>
<title>HttpTwo</title>
<authors>Redth,Neio,silentdth</authors>
<owners>Redth,Neio,silentdth</owners>
<projectUrl>https://github.com/neio/HttpTwo</projectUrl>
<iconUrl>https://raw.githubusercontent.com/neio/HttpTwo/master/HttpTwo-Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>HTTP/2 C# Client Side Implementation</description>
<summary>HTTP/2 C# Client Side Implementation</summary>
<releaseNotes>
</releaseNotes>
<copyright>2012-2022 Redth,Neio,silentdth</copyright>
<language>en-US</language>
<tags>HTTP, HTTP2, HTTP/2, HTTPTWO, Http Two, HTTP 2, HTTP.2, HTTP_2, HTTP-2</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="HttpTwo.dll" target="lib\net462\HttpTwo.dll" />
<file src="HPack.dll" target="lib\net462\HttpTwo.HPack.dll" />
</files>
</package>