-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReborn.IdentityServer4.Admin.Templates.nuspec
26 lines (26 loc) · 1.21 KB
/
Reborn.IdentityServer4.Admin.Templates.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Reborn.IdentityServer4.Admin.Templates</id>
<version>9.0.347.0</version>
<authors>iamshen</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/iamshen/Reborn.IdentityServer4.Admin</projectUrl>
<repository type="git" url="https://github.com/iamshen/Reborn.IdentityServer4.Admin.git" branch="master" />
<icon>icon.png</icon>
<readme>README.md</readme>
<description>Templates for the administration of the IdentityServer4 and Asp.Net Core Identity</description>
<language>zh-Hans</language>
<tags>IdentityServer4, Admin, OpenIDConnect, OAuth2, Identity</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src=".template.config\icon.png" />
<file src="README.md" />
<file src="LICENSE.md" />
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;content\Directory.Build.*;**\.git\**;**\.github\**;**\CODE_OF_CONDUCT.md;**\LICENSE;" />
</files>
</package>