-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstructuremap.mvc4.nuspec
More file actions
24 lines (24 loc) · 1.1 KB
/
structuremap.mvc4.nuspec
File metadata and controls
24 lines (24 loc) · 1.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
24
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>StructureMap.MVC4</id>
<version>3.0.2.115</version>
<authors>Web Advanced</authors>
<owners>paul, WebAdvanced</owners>
<licenseUrl>https://github.com/webadvanced/Structuremap.MVC4/blob/master/LICENSE</licenseUrl>
<description>Adds the latest version of structuremap and configures it as the default Dependency Resolver. Works with 'Controllers' and 'ApiControllers'.</description>
<summary>An MVC4 IDependencyResolver wrapper for Structuremap 2.x</summary>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<language>en-US</language>
<projectUrl>https://github.com/webadvanced/Structuremap.MVC4</projectUrl>
<dependencies>
<dependency id="WebActivator" version="1.5.1" />
<dependency id="CommonServiceLocator" version="1.0" />
<dependency id="structuremap" version="3.0.2.115" />
<dependency id="Microsoft.AspNet.WebApi" version="5.1.2" />
</dependencies>
</metadata>
<files>
<file src="content\**\*.pp" target="content" />
</files>
</package>