forked from webadvanced/Structuremap.MVC4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructuremap.mvc4.nuspec
More file actions
20 lines (20 loc) · 886 Bytes
/
structuremap.mvc4.nuspec
File metadata and controls
20 lines (20 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>StructureMap.MVC4</id>
<version>2.1.0</version>
<authors>Web Advanced</authors>
<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="CommonServiceLocator.StructureMapAdapter" version="1.1.0.3" />
<dependency id="WebActivator" version="1.4.2" />
</dependencies>
</metadata>
<files>
<file src="content\**\*.pp" target="content" />
</files>
</package>