We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebcfcb commit 00be0dcCopy full SHA for 00be0dc
1 file changed
src/KK.AspNetCore.EasyAuthAuthentication/KK.AspNetCore.EasyAuthAuthentication.csproj
@@ -9,6 +9,15 @@
9
<PackageProjectUrl>https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication</PackageProjectUrl>
10
<RepositoryUrl>https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication</RepositoryUrl>
11
<Description>This helps getting azure appservice authentication working with asp.net core</Description>
12
+ <releaseNotes>
13
+ - Add support for azure ad application
14
+ - clean up configuration
15
+ - make it easy to add own providers
16
+ - make it easy to map claims
17
+ - add a new quickstart guide
18
+ - add errors if the azure app service is configured wrong
19
+ - add test so we avoid breaking changes
20
+ </releaseNotes>
21
<Copyright>MIT</Copyright>
22
<LangVersion>8.0</LangVersion>
23
<Nullable>enable</Nullable>
0 commit comments