Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

ADAL.NET Version 4.5.1

Compare
Choose a tag to compare
@trwalke trwalke released this 08 Feb 22:16
· 126 commits to dev since this release
5e8d4df

Version 4.5.1

Bug fixes:

  • ADAL 4.5.0 and lower fails to install due to a version conflict on Android projects targeting Xamarin.Android.Support libraries version 28.x. The ADAL Xamarin.Android.Support libraries have been updated to 27.0.2.1, the maximum version on Android8.1. ADAL issue #1486
  • ADAL occasionally threw a NullReferenceException during Http calls when there were network timeouts. Now a relevant timeout AdalServiceException will be thrown. ADAL issue #1489