We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faeb40 commit 8986f4dCopy full SHA for 8986f4d
Mailjet.Client/MailjetClient.cs
@@ -23,7 +23,7 @@ public enum ApiVersion
23
public class MailjetClient : IMailjetClient
24
{
25
private const string DefaultBaseAdress = "https://api.mailjet.com";
26
- private const string UserAgent = "mailjet-api-v3-net/1.0";
+ private const string UserAgent = "mailjet-api-v3-net/1.0.0";
27
private const string JsonMediaType = "application/json";
28
private const string ApiVersionPathV3 = "v3";
29
private const string ApiVersionPathV3_1 = "v3.1";
0 commit comments