-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPosInformatique.Net.HttpServer.nuspec
26 lines (26 loc) · 1.48 KB
/
PosInformatique.Net.HttpServer.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>PosInformatique.Net.HttpServer</id>
<title>PosInformatique.Net.HttpServer</title>
<version>1.0.0</version>
<authors>Gilles TOURREAU</authors>
<owners>P.O.S Informatique</owners>
<licenseUrl>https://github.com/PosInformatique/PosInformatique.Net.HttpServer/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/PosInformatique/PosInformatique.Net.HttpServer</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A .NET managed library which allows to use and configure the Windows HTTP server feature (Equivalent to the "netsh http" command line).</summary>
<description>
This library allows .NET developers to use the Windows HTTP server API to manage the Windows HTTP server API without using the "netsh" tool with the "http" option.
</description>
<releaseNotes>Initial version</releaseNotes>
<copyright>Copyright © 1999-2017 P.O.S Informatique - All rights reserved.</copyright>
<tags>http config netsh url</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="src\PosInformatique.Net.HttpServer\bin\Debug\PosInformatique.Net.HttpServer.dll" target="lib\net45\PosInformatique.Net.HttpServer.dll"/>
<file src="src\PosInformatique.Net.HttpServer\bin\Debug\PosInformatique.Net.HttpServer.xml" target="lib\net45\PosInformatique.Net.HttpServer.xml"/>
</files>
</package>