Skip to content

Commit ce0ef37

Browse files
authored
Merge pull request #42 from kirkone/fix-package-meta-data
Fix package meta data
2 parents d341653 + 7645a15 commit ce0ef37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +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>
12+
<PackageReleaseNotes>
1313
- Add support for azure ad application
1414
- clean up configuration
1515
- make it easy to add own providers
1616
- make it easy to map claims
1717
- add a new quickstart guide
1818
- add errors if the azure app service is configured wrong
1919
- add test so we avoid breaking changes
20-
</releaseNotes>
20+
</PackageReleaseNotes>
2121
<Copyright>MIT</Copyright>
2222
<LangVersion>8.0</LangVersion>
2323
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)