forked from Code-Sharp/uHttpSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uhttpsharp.dll.nuspec
24 lines (24 loc) · 967 Bytes
/
uhttpsharp.dll.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>
<metadata>
<id>uHttpSharp</id>
<version>0.1.6.22</version>
<title>uHttpSharp</title>
<authors>Shani Elharrar, Joe White, Hüseyin Uslu</authors>
<owners>Shani Elharrar, Joe White, Hüseyin Uslu</owners>
<licenseUrl>https://raw.github.com/shanielh/uHttpSharp/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/shanielh/uHttpSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A very lightweight & simple embedded http server for c#</description>
<releaseNotes>Initial NuGet Release.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>http server microframeworks</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="uhttpsharp/bin/debug/uHttpSharp.dll" target="lib\net40" />
<file src="uhttpsharp/bin/debug/uHttpSharp.pdb" target="lib\net40" />
</files>
</package>