Skip to content

Commit 71b45d4

Browse files
Merge pull request #76 from mailjet/release-202
Release 2.0.2, closes #72
2 parents 9e50c23 + 48e9c06 commit 71b45d4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Mailjet.Client/Mailjet.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
55
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
66

7-
<Version>2.0.1</Version>
8-
<PackageVersion>2.0.1</PackageVersion>
7+
<Version>2.0.2</Version>
8+
<PackageVersion>2.0.2</PackageVersion>
99

1010
<Authors>Mailjet, Dimitar Kostov</Authors>
1111
<PackageLicenseUrl>https://github.com/mailjet/mailjet-apiv3-dotnet/blob/master/LICENSE</PackageLicenseUrl>

Mailjet.Client/MailjetConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public static class MailjetConstants
44
{
55
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";
77
public const string JsonMediaType = "application/json";
88
public const string ApiVersionPathV3 = "v3";
99
public const string ApiVersionPathV3_1 = "v3.1";

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu
2828
- [Overview](#overview)
2929
- [Table of contents](#table-of-contents)
3030
- [Release notes](#release-notes)
31+
- [v 2.0.2](#v-202)
3132
- [v 2.0.1](#v-201)
3233
- [v 2.0.0](#v-200)
3334
- [Compatibility](#compatibility)
@@ -60,6 +61,8 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu
6061

6162
## Release notes
6263

64+
### v 2.0.2
65+
- TransactionalEmailBuidler extension now not exposed in the IMailjetClient interface
6366
### v 2.0.1
6467
- TransactionalEmailBuidler now accepts variables of any type (previously only strings)
6568
### v 2.0.0

0 commit comments

Comments
 (0)