AtleX.HaveIBeenPwned
2.1.0
Versions of this package prior to 4.0.0 don't support the current API of HaveIBeenPwned.com.
See the version list below for details.
dotnet add package AtleX.HaveIBeenPwned --version 2.1.0
NuGet\Install-Package AtleX.HaveIBeenPwned -Version 2.1.0
<PackageReference Include="AtleX.HaveIBeenPwned" Version="2.1.0" />
paket add AtleX.HaveIBeenPwned --version 2.1.0
#r "nuget: AtleX.HaveIBeenPwned, 2.1.0"
// Install AtleX.HaveIBeenPwned as a Cake Addin #addin nuget:?package=AtleX.HaveIBeenPwned&version=2.1.0 // Install AtleX.HaveIBeenPwned as a Cake Tool #tool nuget:?package=AtleX.HaveIBeenPwned&version=2.1.0
AtleX.HaveIBeenPwned is a fully async .NET Standard client library for HaveIBeenPwned.com.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
- Pitcher (>= 1.2.0)
- SwissArmyKnife (>= 1.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0 | 6,971 | 7/14/2024 | |
8.1.1 | 8,193 | 2/22/2024 | |
8.1.0 | 2,711 | 12/31/2023 | |
8.0.0 | 1,394 | 8/11/2023 | |
7.0.0 | 2,091 | 11/25/2022 | |
6.0.1 | 881 | 10/27/2022 | |
6.0.0 | 5,266 | 6/11/2022 | |
5.0.3 | 4,111 | 7/11/2021 | |
5.0.2 | 3,032 | 2/13/2021 | |
5.0.1 | 2,204 | 9/8/2020 | |
5.0.0 | 1,711 | 8/9/2020 | |
5.0.0-beta3 | 462 | 6/27/2020 | |
5.0.0-beta2 | 393 | 4/18/2020 | |
5.0.0-beta1 | 388 | 2/2/2020 | |
4.1.0 | 724 | 8/17/2019 | |
4.0.0 | 628 | 7/27/2019 | |
3.0.1 | 734 | 6/13/2019 | |
3.0.0 | 717 | 5/19/2019 | |
3.0.0-beta1 | 512 | 5/4/2019 | |
2.1.0 | 788 | 3/13/2019 | |
2.0.0 | 728 | 3/11/2019 | |
1.1.0 | 953 | 11/3/2018 | |
1.0.0 | 783 | 10/26/2018 |
2.1.0
- [Fix] An injected HttpClient is no longer disposed by the HttpServiceClient (#6)
- [Fix] The initial HTTP requests is no longer performed outside of error-handling code in HttpServiceClient (#7)
- [Feature] When using the HttpServiceClient directly, it's no longer necessary to inject a HttpClient
- [Feature] General code cleanup
2.0.0
- [Feature] Added support for cancellation tokens (#4)
- [Feature] Add injecting a HttpClient in the HttpServiceClient (#2)
- [Breaking] Changed base interface name from IServiceClient to IHaveIBeenPwnedClient (#5)
- Various performance optimizations and reliability improvements
1.1.0
- [Fix] Marked built-in exceptions as serializable (fixes #1)
1.0.0
- [Feature] Added support for getting the breaches for an account
- [Feature] Added support for getting the pastes for an email address
- [Feature] Added support for checking a password against the Pwned Passwords API