forked from ThatRendle/Simple.Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Simple.Web.JsonFx.nuspec
21 lines (21 loc) · 974 Bytes
/
Simple.Web.JsonFx.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Simple.Web.JsonFx</id>
<version>0.1.0</version>
<authors>Mark Rendle</authors>
<owners>Mark Rendle</owners>
<copyright>Mark Rendle</copyright>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>http://github.com/markrendle/Simple.Web</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A REST-focused, object-oriented Web Framework for .NET 4.</description>
<tags>simple.web</tags>
<dependencies>
<dependency id="JsonFx" version="2.0" />
<dependency id="Simple.Web" version="0.1.0" />
</dependencies>
</metadata>
<files>
<file src="build\Simple.Web.JsonFx.dll" target="lib\net40" /> </files>
</package>