Files
RavenDB.Identity/RavenDB.Identity/RavenDB.Identity.nuspec
T
2017-08-23 14:51:11 -05:00

25 lines
1.2 KiB
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>RavenDB.Identity</id>
<version>1.0.0.0</version>
<title>RavenDB Identity for ASP.NET Core</title>
<authors>Judah Gabriel Himango</authors>
<owners>judahgabriel</owners>
<licenseUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/JudahGabriel/RavenDB.Identity</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The simple and easy RavenDB Identity provider for ASP.NET Core. Use Raven to store your users and logins. As simple as services.AddRavenDbIdentity&lt;AppUser&gt;();</description>
<copyright>Copyright 2017 BitShuva</copyright>
<tags>ravendb identity raven nosql aspnet aspnetcore</tags>
<iconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</iconUrl>
<dependencies>
<dependency id="Microsoft.AspNetCore.Identity" version="1.1.2"></dependency>
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1"></dependency>
<dependency id="RavenDB.Client" version="3.5.4"></dependency>
</dependencies>
</metadata>
<files>
<file src="../ReadMe.md" />
</files>
</package>