forked from ThatRendle/Simple.Web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple.Web.AspNet.nuspec
More file actions
23 lines (23 loc) · 1 KB
/
Simple.Web.AspNet.nuspec
File metadata and controls
23 lines (23 loc) · 1 KB
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 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.AspNet</id>
<version>0.4.2.2</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>For hosting Simple.Web applications under ASP.NET.</description>
<tags>simple.web</tags>
<dependencies>
<dependency id="Simple.Web" version="0.4.2.2" />
<dependency id="Fix.AspNet" version="0.2" />
</dependencies>
</metadata>
<files>
<file src="build\Simple.Web.AspNet.dll" target="lib\net40" />
<file src="Simple.Web\web.config.transform" target="content" />
</files>
</package>