File tree 2 files changed +23
-0
lines changed
Wd3w.AspNetCore.Permission
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Simplify ASP.NET Core authorization based on permission
4
4
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
+
5
8
## Features
6
9
7
10
- Permission authorization.
Original file line number Diff line number Diff line change 6
6
<IsPackable >true</IsPackable >
7
7
</PropertyGroup >
8
8
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
+
9
29
</Project >
You can’t perform that action at this time.
0 commit comments