Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@yosiharan yosiharan released this 08 Jun 14:40
· 5 commits to main since this release
87d3b4e

What's Changed

  • Add default Descope project ID header
  • Upgrade System.IdentityModel.Tokens.Jwt Version: 7.7.1->8.11.0

Incompatibility with older versions of Microsoft.IdentityModel.Tokens ⚠️

This version will not build for clients that depend on older (< 8.11.0) versions of Microsoft.IdentityModel.Tokens

Example build error if .csproj file includes <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />:

error NU1605: Warning As Error: Detected package downgrade: Microsoft.IdentityModel.Tokens from 8.11.0 to 7.7.1. Reference the package directly from the project to select a different version. 
error NU1605:  [ProjectName] -> Descope -> System.IdentityModel.Tokens.Jwt 8.11.0 -> Microsoft.IdentityModel.Tokens (>= 8.11.0) 
error NU1605:  [ProjectName] -> Microsoft.IdentityModel.Tokens (>= 7.7.1)

Full Changelog: 0.4.3...0.5.0