forked from jchannon/Owin.StatelessAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Owin.StatelessAuth.nuspec
23 lines (23 loc) · 1.27 KB
/
Owin.StatelessAuth.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Owin.StatelessAuth</id>
<version>1.0.9</version>
<title>Owin.StatelessAuth</title>
<authors>Jonathan Channon</authors>
<licenseUrl>https://github.com/jchannon/Owin.StatelessAuth/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jchannon/Owin.StatelessAuth/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An OWIN middleware component to authorize requests using a token in the Authorization request header and also adding ClaimsPrincipal to OWIN environment</description>
<releaseNotes>1.0.9 - Assembly versioning fix
1.0.8 - Mono compatibility
1.0.7 - Woops release
1.0.6 - Added wildcard support to IgnorePaths in StatelessAuthOptions
- Removed MS.Owin dependency</releaseNotes>
<tags>owin,https, auth, authorization</tags>
</metadata>
<files>
<file src="src\Owin.StatelessAuth\bin\Release\Minimatch.dll" target="lib\net45\Minimatch.dll" />
<file src="src\Owin.StatelessAuth\bin\Release\Owin.StatelessAuth.dll" target="lib\net45\Owin.StatelessAuth.dll" />
</files>
</package>