Skip to content

Commit 00be0dc

Browse files
committed
add release notes
1 parent bebcfcb commit 00be0dc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/KK.AspNetCore.EasyAuthAuthentication/KK.AspNetCore.EasyAuthAuthentication.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<PackageProjectUrl>https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication</RepositoryUrl>
1111
<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>
1221
<Copyright>MIT</Copyright>
1322
<LangVersion>8.0</LangVersion>
1423
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)