Skip to content

Releases: AzureAD/microsoft-identity-abstractions-for-dotnet

5.3.0

23 Apr 19:09
477a162
Compare
Choose a tag to compare
  • Added two new properties AcceptHeader and ContentType to DownstreamApiOptions class. See issue #123 for details.
  • Fix file path for xml comment. See issue #117 for details.

Full Changelog: 5.2.0...5.3.0

5.2.0

18 Apr 02:16
7985a4f
Compare
Choose a tag to compare

5.1.0

06 Jan 02:42
aea0d8d
Compare
Choose a tag to compare

5.0.0

20 Sep 20:42
bcbe062
Compare
Choose a tag to compare
  • Introduce a unique identifier for a CredentialDescription object. See PR for details.

  • Change AuthorizationHeaderProviderOptions to use a string instead of HttpMethod. See PR for details. This is a breaking change, but shouldn't affect you if you are using the configuration.

  • Add integrated API compatibility. See PR for details.

4.1.0

07 Sep 18:29
e9cdc9b
Compare
Choose a tag to compare
  • New Id propoerty on CredentialDescription. See PR for details

4.0.0

13 Jul 16:36
cbdee8d
Compare
Choose a tag to compare

4.0.0

  • Use Assembly Reference instead of PackageReference. See PR for details.

3.2.1

11 Jul 17:31
2600fef
Compare
Choose a tag to compare

3.2.1

  • Improve the XML documentation (See #85 and #86)
  • Add unit tests for a 100% code coverage

3.2.0

11 Jul 17:30
2177522
Compare
Choose a tag to compare

3.2.0

  • Add RequiresUnreferencedCode attribute to IDownstreamApi and IDownstreamApiHttpMethods. See #82 for details.

3.1.0

11 Jul 17:29
c28c5e0
Compare
Choose a tag to compare

3.1.0

  • Add ExtraQueryParameters to AcquireTokenOptions. See pr for details.

3.0.0

11 Jul 17:28
3d72f48
Compare
Choose a tag to compare

3.0.0

  • Rename JwtClaim to PopClaim in AcquireTokenOptions. See issue #74 for details.
  • Remove support for net462.