Skip to content

Commit

Permalink
Forget yet another new addition to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 12, 2022
1 parent 7ceaa21 commit 8618968
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/SparkPost/IClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace SparkPost
namespace SparkPost
{
/// <summary>
/// Provides access to the SparkPost API.
Expand Down Expand Up @@ -67,6 +67,11 @@ public interface IClient
/// </summary>
IMetrics Metrics { get; }

/// <summary>
/// Gets access to the Email Recipient Validation resource of the SparkPost API.
/// </summary>
IRecipientValidation RecipientValidations { get; }

/// <summary>
/// Gets the API version supported by this client.
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions src/SparkPost/SparkPost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Product>SparkPost</Product>
<Description>SparkPost API</Description>
<Copyright>Copyright 2022</Copyright>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<Version>2.0.2</Version>
<AssemblyVersion>2.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<Authors>Darren Cauthon; Adam Hathcock</Authors>
<icon>https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg</icon>
<PackageId>SparkPost</PackageId>
Expand Down

0 comments on commit 8618968

Please sign in to comment.