forked from nuodb/nuodb-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuoDb.Web.Security.nuspec
23 lines (23 loc) · 976 Bytes
/
NuoDb.Web.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuoDb.Web.Security</id>
<version>2.3.0.9</version>
<title>NuoDB ASP.NET Membership Provider</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
<projectUrl>http://doc.nuodb.com/display/doc/NuoDB+ADO.NET+Driver</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The ASP.NET Membership Provider for NuoDB® enables an ASP.NET application to authenticate web users using a table inside a NuoDB database.</description>
<summary>NuoDB ASP.NET Membership Provider</summary>
<tags>nuodb newsql nosql cloud ASP.NET</tags>
<dependencies>
<group>
<dependency id="NuoDb.Data.Client" version="2.3.0.9" />
</group>
</dependencies>
</metadata>
<files>
<file src="NuoDb.Web.Security\bin\Release\NuoDb.Web.Security.dll" target="lib\net35" />
</files>
</package>