Skip to content

Commit a145da9

Browse files
Merge remote-tracking branch 'origin/feature/netcore-support' into feature/netcore-support
2 parents f88d605 + 4b7d4be commit a145da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mastercard.Developer.OAuth1Signer.RestSharp/Authenticators/RestSharpOAuth1Authenticator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Mastercard.Developer.OAuth1Signer.RestSharp.Authenticators
1010
{
1111
/// <inheritdoc />
1212
/// <summary>
13-
/// A RestSharp authenticator for computing and adding an OAuth1 authorization header to HTTP requests.
13+
/// A RestSharp Portable authenticator for computing and adding an OAuth1 authorization header to HTTP requests.
1414
/// </summary>
1515
public class RestSharpOAuth1Authenticator : IAuthenticator
1616
{

Mastercard.Developer.OAuth1Signer.RestSharp/Signers/RestSharpSigner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace Mastercard.Developer.OAuth1Signer.RestSharp.Signers
1111
{
1212
/// <summary>
13-
/// Utility class for signing RestSharp request objects.
13+
/// Utility class for signing RestSharp Portable request objects.
1414
/// </summary>
1515
public sealed class RestSharpSigner : BaseSigner
1616
{

0 commit comments

Comments
 (0)