AtleX.HaveIBeenPwned
5.0.0-beta3
See the version list below for details.
dotnet add package AtleX.HaveIBeenPwned --version 5.0.0-beta3
NuGet\Install-Package AtleX.HaveIBeenPwned -Version 5.0.0-beta3
<PackageReference Include="AtleX.HaveIBeenPwned" Version="5.0.0-beta3" />
paket add AtleX.HaveIBeenPwned --version 5.0.0-beta3
#r "nuget: AtleX.HaveIBeenPwned, 5.0.0-beta3"
// Install AtleX.HaveIBeenPwned as a Cake Addin #addin nuget:?package=AtleX.HaveIBeenPwned&version=5.0.0-beta3&prerelease // Install AtleX.HaveIBeenPwned as a Cake Tool #tool nuget:?package=AtleX.HaveIBeenPwned&version=5.0.0-beta3&prerelease
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
- Pitcher (>= 2.1.1)
- SwissArmyKnife (>= 2.0.2)
- System.Text.Json (>= 4.7.2)
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 |
5.0.0:
- [Feature] Enabled deterministic builds (43)
- [Feature] Implement IEquatable<T> on Paste, Breach and SiteBreach (#46)
- [Feature] Performance optimizations (#36, #44)
- [Feature] Replace NewtonSoft.Json with System.Text.Json (#25)
- [Feature] Add C#8 Nullable Reference Types support (#31)
- [Feature] Calling ToString() on Breach now returns the value of the Name property instead of the type name (#41)
- [Feature] Calling ToString() on Paste now returns the value of the Title property instead of the type name (#41)
- [Feature] Calling ToString() on SiteBreach now returns the value of the Name property instead of the type name (#41)
- [Breaking] Mark HaveIBeenPwnedClientSettings.TimeOut as obsolete (#37)
- [Breaking] Throw InvalidApiKeyException instead of InvalidOperationException when no API key is supplied (#34)
- [Breaking] HaveIBeenPwnedClientSettings.ApplicationName should default to an empty string and an exception must be thrown when it's not set (#30)
- [Breaking] AtleX.HaveIBeenPwned is now strong named (#32)
4.1.0:
- [Feature] Introduce specialized API interfaces for specific functionality (#33)
- [Feature] Throw custom exception when an invalid or expired API key is used (#28)
4.0.0:
- [Breaking] Changed the HaveIBeenPwned.com API to V3. An API key is now mandatory for retrieving pastes and breaches (#27)
- [Breaking] Changed BreachMode.IncludeUnverified to BreachMode.ExcludeUnverified because the V3 API now returns unverifed breaches by default (#27)
- [Breaking] Fold HaveIBeenPwnedClient and HttpHaveIBeenPwnedClient into one (#26)
- [Breaking] Change RetryAfter property of RateLimitException from int to TimeSpan (#24)
3.0.1:
- [Fix] HttpHaveIBeenPwnedClient.GetAsync(Uri, CancellationToken) no longer resets the output stream when no data was loaded (#20)
- [Fix] HttpHaveIBeenPwnedClient.GetAsync(Uri, CancellationToken) no longer creates a new MemoryStream when no data was loaded (#21)
- [Fix] HttpHaveIBeenPwnedClient.GetBreachesInternalAsync(string, BreachMode, CancellationToken) no longer returns null instead of an empty enumerable when no data was loaded (#23)
3.0.0:
- [Feature] Moved from SourceLink with embedded PDB to a .snupkg on NuGet.org for debugging (#8)
- [Breaking] Removed the ClientSettings from the HaveIBeenPwnedClient (#12)
- [Breaking] Removed IDisposable from IHaveIBeenPwnedClient (#10)
- [Breaking] Renamed HttpServiceClient to HttpHaveIBeenPwnedClient (#13)
- [Breaking] Reorganised classes and namespaces (#16)
- [Breaking] Renamed BreachMode.None to BreachMode.Default (#15)
- [Breaking] Removed KAnonimityHelper from public API (#18)
- [Fix] HaveIBeenPwnedClient no longer disposes an injected IHaveIBeenPwnedClient (#11)
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