forked from hibernating-rhinos/rhino-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rhino.Security.nuspec
19 lines (19 loc) · 1.11 KB
/
Rhino.Security.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="log4net" version="1.2.10" />
<dependency id="CommonServiceLocator" version="1.0" />
</dependencies>
</metadata>
</package>