File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >net45;netstandard1.1</TargetFrameworks >
5
5
<GeneratePackageOnBuild >False</GeneratePackageOnBuild >
6
- <Version >1.0.0 </Version >
6
+ <Version >1.0.1 </Version >
7
7
<Authors >Mailjet, Dimitar Kostov</Authors >
8
8
<PackageLicenseUrl >https://github.com/mailjet/mailjet-apiv3-dotnet/blob/master/LICENSE</PackageLicenseUrl >
9
9
<PackageProjectUrl >https://github.com/mailjet/mailjet-apiv3-dotnet</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public enum ApiVersion
23
23
public class MailjetClient : IMailjetClient
24
24
{
25
25
private const string DefaultBaseAdress = "https://api.mailjet.com" ;
26
- private const string UserAgent = "mailjet-api-v3-net/1.0.0 " ;
26
+ private const string UserAgent = "mailjet-api-v3-net/1.0.1 " ;
27
27
private const string JsonMediaType = "application/json" ;
28
28
private const string ApiVersionPathV3 = "v3" ;
29
29
private const string ApiVersionPathV3_1 = "v3.1" ;
You can’t perform that action at this time.
0 commit comments