-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDynamo.Ioc.Extensions.nuspec
22 lines (22 loc) · 2.46 KB
/
Dynamo.Ioc.Extensions.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Dynamo.Ioc.Extensions</id>
<version>3.0.1.1</version>
<title>Dynamo.Ioc.Extensions</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 Extensions provide features like Lambda Registrations and Scoped resolving. It also adds LazyResolve and GetFactory extensions for resolving.</description>
<tags>IoC Container Inversion Of Control Dependency Injection Dynamo Extensions</tags>
<dependencies>
<dependency id="Dynamo.Ioc" version="3.0.1.1" />
</dependencies>
</metadata>
<files>
<file src="Dynamo.Ioc.Extensions\bin\Release\Dynamo.Ioc.Extensions.dll" target="lib\net45\Dynamo.Ioc.Extensions.dll" />
<file src="Dynamo.Ioc.Extensions.Net4\bin\Release\Dynamo.Ioc.Extensions.dll" target="lib\net40\Dynamo.Ioc.Extensions.dll" />
</files>
</package>