ModernHttpClient 2.4.1
What's New
Better handling of network errors on iOS (#148, thanks @Tableau-David-Potter!)
- Add CFNetworkErrors enum missing from Xamarin package.
- Add NSUrlErrorExtended enum with values missing from Xamarin package.
- Include an NSErrorException as the inner exception so that the client of the library can troubleshoot issues.
- Always generate a WebException from the NSError - even if the status is unknown - so that it can be caught by the client.