-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCastle.Windsor.Lifestyles.nuspec
22 lines (22 loc) · 1.23 KB
/
Castle.Windsor.Lifestyles.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"?>
<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>Castle.Windsor.Lifestyles</id>
<version>0.4.0</version>
<authors>Mauricio Scheffer and contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Additional lifestyles for Castle.Windsor</description>
<licenseUrl>https://raw.github.com/castleprojectcontrib/Castle.Windsor.Lifestyles/master/license.txt</licenseUrl>
<projectUrl>https://www.ohloh.net/p/CastleWindsorLifestyles</projectUrl>
<summary>Additional lifestyles for Castle.Windsor</summary>
<language>en-US</language>
<dependencies>
<dependency id="Castle.Windsor" version="3.3.0" />
</dependencies>
</metadata>
<files>
<file src="Castle.Windsor.Lifestyles\bin\Release\Castle.Windsor.Lifestyles.dll" target="lib\net45" />
<file src="Castle.Windsor.Lifestyles\bin\Release\Castle.Windsor.Lifestyles.pdb" target="lib\net45" />
<file src="Castle.Windsor.Lifestyles\bin\Release\Castle.Windsor.Lifestyles.xml" target="lib\net45" />
</files>
</package>