forked from hibernating-rhinos/rhino-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rhino.Security.nuspec
27 lines (27 loc) · 1.43 KB
/
Rhino.Security.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</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>Rhino Security is a security framework to provide row level security for NHibernate. Rhino Security is perfect for people who want to set up user and group security in their NHibernate domain models. It supports ACL and role based security.</description>
<tags>nhibernate security authorization</tags>
<dependencies>
<dependency id="NHibernate" version="3.2.0.4000" />
<dependency id="CommonServiceLocator" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="..\..\build\Rhino.Security.dll" target="lib\net35" />
<file src="..\..\build\Rhino.Security.pdb" target="lib\net35" />
<file src="..\..\build\Rhino.Security.xml" target="lib\net35" />
<file src="..\..\acknowledgements.txt" />
<file src="..\..\How to Use.txt" />
<file src="..\..\license.txt" />
<file src="..\..\Rhino.Security\**\*.cs" target="src" />
</files>
</package>