forked from ayende/rhino-security
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Rhino.Security.Windsor.nuspec
27 lines (27 loc) · 1.32 KB
/
Rhino.Security.Windsor.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
26
27
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.Security.Windsor</id>
<version>{Version}</version>
<authors>OSS Contributors</authors>
<owners>Henrik Feldt</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-security/master/license.txt</licenseUrl>
<projectUrl>https://github.com/hibernating-rhinos/rhino-security/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adapter for windsor.</description>
<tags>nhibernate security authorization windsor</tags>
<dependencies>
<dependency id="NHibernate" version="3.2.0.4000" />
<dependency id="Rhino.Security" version="{Version}" />
<dependency id="CommonServiceLocator.WindsorAdapter" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="..\..\build\Rhino.Security.Windsor.dll" target="lib\net35" />
<file src="..\..\build\Rhino.Security.Windsor.pdb" target="lib\net35" />
<file src="..\..\build\Rhino.Security.Windsor.xml" target="lib\net35" />
<file src="..\..\acknowledgements.txt" />
<file src="..\..\license.txt" />
<file src="..\..\Rhino.Security.Windsor\**\*.cs" target="src" />
</files>
</package>