Skip to content

Commit 55784fc

Browse files
committed
add nuget and ci cd badge with package information
1 parent 7cfab27 commit 55784fc

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Simplify ASP.NET Core authorization based on permission
44
5+
![Build&Test](https://github.com/WDWWW/aspnetcore-permission-authorization/workflows/Build&Test/badge.svg)
6+
[![Nuget](https://img.shields.io/nuget/v/Wd3w.AspNetCore.Permission)](https://www.nuget.org/packages/Wd3w.AspNetCore.Permission/)
7+
58
## Features
69

710
- Permission authorization.

Wd3w.AspNetCore.Permission/Wd3w.AspNetCore.Permission.csproj

+20
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,24 @@
66
<IsPackable>true</IsPackable>
77
</PropertyGroup>
88

9+
<PropertyGroup>
10+
<PackageId>Wd3w.AspNetCore.Permission</PackageId>
11+
<Version>3.1.1</Version>
12+
<Authors>Jinseoung Lee</Authors>
13+
<PackageTags>aspnetcore;aspnet;permission;authorization</PackageTags>
14+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<PackageProjectUrl>https://github.com/WDWWW/aspnetcore-permission-authorization</PackageProjectUrl>
16+
<PackageLicenseUrl>https://github.com/WDWWW/aspnetcore-permission-authorization/blob/master/LICENSE</PackageLicenseUrl>
17+
<DocumentationFile>bin\Debug\Wd3w.AspNetCore.Permission.xml</DocumentationFile>
18+
</PropertyGroup>
19+
20+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
21+
<DocumentationFile>bin\Debug\Wd3w.AspNetCore.Permission.xml</DocumentationFile>
22+
</PropertyGroup>
23+
24+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
25+
<DocumentationFile>bin\Release\Wd3w.AspNetCore.Permission.xml</DocumentationFile>
26+
</PropertyGroup>
27+
28+
929
</Project>

0 commit comments

Comments
 (0)