Skip to content

Commit

Permalink
Add to descriptions (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m authored Oct 19, 2023
1 parent f1be06c commit a592fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<AssemblyName>Microsoft.IdentityModel.JsonWebTokens</AssemblyName>
<Description>Includes types that provide support for creating, serializing and validating JSON Web Tokens.</Description>
<Description>Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>Microsoft.IdentityModel.JsonWebTokens</PackageId>
<PackageTags>.NET;Windows;Authentication;Identity;Json Web Token</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<AssemblyName>System.IdentityModel.Tokens.Jwt</AssemblyName>
<Description>Includes types that provide support for creating, serializing and validating JSON Web Tokens.</Description>
<Description>Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>System.IdentityModel.Tokens.Jwt</PackageId>
<PackageTags>.NET;Windows;Authentication;Identity;Json Web Token</PackageTags>
Expand Down

0 comments on commit a592fcb

Please sign in to comment.