File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net45;netstandard1.1</TargetFrameworks >
5
5
<GeneratePackageOnBuild >False</GeneratePackageOnBuild >
6
6
7
- <Version >2.0.1 </Version >
8
- <PackageVersion >2.0.1 </PackageVersion >
7
+ <Version >2.0.2 </Version >
8
+ <PackageVersion >2.0.2 </PackageVersion >
9
9
10
10
<Authors >Mailjet, Dimitar Kostov</Authors >
11
11
<PackageLicenseUrl >https://github.com/mailjet/mailjet-apiv3-dotnet/blob/master/LICENSE</PackageLicenseUrl >
Original file line number Diff line number Diff line change 3
3
public static class MailjetConstants
4
4
{
5
5
public const string DefaultBaseAdress = "https://api.mailjet.com" ;
6
- public const string UserAgent = "mailjet-api-v3-net/2.0.1 " ;
6
+ public const string UserAgent = "mailjet-api-v3-net/2.0.2 " ;
7
7
public const string JsonMediaType = "application/json" ;
8
8
public const string ApiVersionPathV3 = "v3" ;
9
9
public const string ApiVersionPathV3_1 = "v3.1" ;
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu
28
28
- [ Overview] ( #overview )
29
29
- [ Table of contents] ( #table-of-contents )
30
30
- [ Release notes] ( #release-notes )
31
+ - [ v 2.0.2] ( #v-202 )
31
32
- [ v 2.0.1] ( #v-201 )
32
33
- [ v 2.0.0] ( #v-200 )
33
34
- [ Compatibility] ( #compatibility )
@@ -60,6 +61,8 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu
60
61
61
62
## Release notes
62
63
64
+ ### v 2.0.2
65
+ - TransactionalEmailBuidler extension now not exposed in the IMailjetClient interface
63
66
### v 2.0.1
64
67
- TransactionalEmailBuidler now accepts variables of any type (previously only strings)
65
68
### v 2.0.0
You can’t perform that action at this time.
0 commit comments