-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathIdentityServer3.Admin.nuspec
More file actions
22 lines (22 loc) · 1.08 KB
/
IdentityServer3.Admin.nuspec
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IdentityServer3.Admin</id>
<version>1.0.0-beta1</version>
<title>IdentityServer3.Admin</title>
<authors>hoorn_000</authors>
<owners>Bert Hoorne,Brock Allen,Dominick Baier</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IdentityAdmin is a tool for developers and/or administrators to manage the clients and scopes of their applications. This includes creating clients/scopes, editing client/scopes and deleting clients/scopes.</description>
<releaseNotes>First Release</releaseNotes>
<copyright>Copyright 2015</copyright>
<language>en-US</language>
<tags>IdentityAdmin, Identity</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
</dependencies>
</metadata>
<files>
<file src="Admin\IdentityServer3.Admin\Core\bin\Release\IdentityAdmin.dll" target="IdentityAdmin.dll" />
</files>
</package>