AtleX.HaveIBeenPwned 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AtleX.HaveIBeenPwned --version 5.0.0
NuGet\Install-Package AtleX.HaveIBeenPwned -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AtleX.HaveIBeenPwned" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AtleX.HaveIBeenPwned --version 5.0.0
#r "nuget: AtleX.HaveIBeenPwned, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AtleX.HaveIBeenPwned as a Cake Addin
#addin nuget:?package=AtleX.HaveIBeenPwned&version=5.0.0

// Install AtleX.HaveIBeenPwned as a Cake Tool
#tool nuget:?package=AtleX.HaveIBeenPwned&version=5.0.0

AtleX.HaveIBeenPwned is a fully async .NET Standard client library for HaveIBeenPwned.com.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
8.1.1 2,052 2/22/2024
8.1.0 2,683 12/31/2023
8.0.0 1,322 8/11/2023
7.0.0 1,799 11/25/2022
6.0.1 854 10/27/2022
6.0.0 3,306 6/11/2022
5.0.3 4,072 7/11/2021
5.0.2 3,008 2/13/2021
5.0.1 2,171 9/8/2020
5.0.0 1,675 8/9/2020
5.0.0-beta3 431 6/27/2020
5.0.0-beta2 366 4/18/2020
5.0.0-beta1 365 2/2/2020
4.1.0 702 8/17/2019
4.0.0 602 7/27/2019
3.0.1 681 6/13/2019
3.0.0 661 5/19/2019
3.0.0-beta1 453 5/4/2019
2.1.0 728 3/13/2019
2.0.0 678 3/11/2019
1.1.0 903 11/3/2018
1.0.0 739 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