NeverBounce.SDK
4.2.0
dotnet add package NeverBounce.SDK --version 4.2.0
NuGet\Install-Package NeverBounce.SDK -Version 4.2.0
<PackageReference Include="NeverBounce.SDK" Version="4.2.0" />
paket add NeverBounce.SDK --version 4.2.0
#r "nuget: NeverBounce.SDK, 4.2.0"
// Install NeverBounce.SDK as a Cake Addin #addin nuget:?package=NeverBounce.SDK&version=4.2.0 // Install NeverBounce.SDK as a Cake Tool #tool nuget:?package=NeverBounce.SDK&version=4.2.0
NeverBounce is a realtime email verification service. Our verification API allows you to create Custom Integrations to add email verification to any part of your software. We offer solutions for verifying individual emails as well as lists containing hundreds or even millions of emails.
This SDK provides convenient methods for integrating our API into your existing .NET applications. For our full API documentation see: https://developers.neverbounce.com/v4.0/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NeverBounce.SDK:
Package | Downloads |
---|---|
NeverBounce.SDK.Samples
NeverBounce is a realtime email verification service. Our verification API allows you to create Custom Integrations to add email verification to any part of your software. We offer solutions for verifying individual emails as well as lists containing hundreds or even millions of emails. This library provides samples for using the NeverBounce.SDK package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
NeverBounceSdk instantiation now has a Version argument. If you currently supply a custom Host or Client during instantiation you'll need to add the new Version argument in front of the Host.
The ToQueryString method has changed, we've removed the Seperator argument and added a ParentParemeter argument. If you use this method directly you should update your usage.