akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Remove obsolete obsolete properties from HaveIBeenPwnedClientSettings #60

Closed akamsteeg closed 2 years ago

akamsteeg commented 2 years ago

In V5, HaveIBeenPwnedClientSettings thas two obsolete properties:

  1. TimeOut
  2. Default

The first one is still there but not used anymore. The second is not implemented anymore. Both were marked obsolete in V5, released in 2020. In V6, we can remove these obsolete attributes.