forked from MartinF/Dynamo.IoC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dynamo.Ioc.Web.nuspec
25 lines (25 loc) · 1.43 KB
/
Dynamo.Ioc.Web.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Dynamo.Ioc.Web</id>
<version>3.1.0.4</version>
<title>Dynamo.Ioc.Web</title>
<authors>Martin From</authors>
<owners>martinf</owners>
<projectUrl>http://martinf.github.io/Dynamo-IoC</projectUrl>
<iconUrl>http://www.fakeyourbeauty.com/dynamo-ioc-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dynamo IoC Web Extensions provide web specific lifetimes (request and session) and integrates with both Mvc 4 and the new Web Api (including using Scopes).</description>
<tags>IoC Container Web Mvc Mvc2 Mvc3 Mvc4 Http Api Asp .net Extensions Dynamo</tags>
<dependencies>
<dependency id="Dynamo.Ioc" version="3.0.1.1" />
<dependency id="Dynamo.Ioc.Extensions" version="3.0.1.1" />
<dependency id="WebActivatorEx" version="2.0.1" />
</dependencies>
</metadata>
<files>
<file src="Dynamo.Ioc.Web\App_Start\DependencyConfig.cs.pp" target="content\App_Start\DependencyConfig.cs.pp" />
<file src="Dynamo.Ioc.Web.Net4\bin\Release\Dynamo.Ioc.Web.dll" target="lib\net40\Dynamo.Ioc.Web.dll" />
<file src="Dynamo.Ioc.Web\bin\Release\Dynamo.Ioc.Web.dll" target="lib\net45\Dynamo.Ioc.Web.dll" />
</files>
</package>