Skip to content

Commit

Permalink
Merge pull request #76 from mailjet/release-202
Browse files Browse the repository at this point in the history
Release 2.0.2, closes #72
  • Loading branch information
sdiakovskyi-gd authored Jun 25, 2021
2 parents 9e50c23 + 48e9c06 commit 71b45d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mailjet.Client/Mailjet.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>

<Version>2.0.1</Version>
<PackageVersion>2.0.1</PackageVersion>
<Version>2.0.2</Version>
<PackageVersion>2.0.2</PackageVersion>

<Authors>Mailjet, Dimitar Kostov</Authors>
<PackageLicenseUrl>https://github.com/mailjet/mailjet-apiv3-dotnet/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion Mailjet.Client/MailjetConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public static class MailjetConstants
{
public const string DefaultBaseAdress = "https://api.mailjet.com";
public const string UserAgent = "mailjet-api-v3-net/2.0.1";
public const string UserAgent = "mailjet-api-v3-net/2.0.2";
public const string JsonMediaType = "application/json";
public const string ApiVersionPathV3 = "v3";
public const string ApiVersionPathV3_1 = "v3.1";
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu
- [Overview](#overview)
- [Table of contents](#table-of-contents)
- [Release notes](#release-notes)
- [v 2.0.2](#v-202)
- [v 2.0.1](#v-201)
- [v 2.0.0](#v-200)
- [Compatibility](#compatibility)
Expand Down Expand Up @@ -60,6 +61,8 @@ Check out all the resources and .NET code examples in the official [Mailjet Docu

## Release notes

### v 2.0.2
- TransactionalEmailBuidler extension now not exposed in the IMailjetClient interface
### v 2.0.1
- TransactionalEmailBuidler now accepts variables of any type (previously only strings)
### v 2.0.0
Expand Down

0 comments on commit 71b45d4

Please sign in to comment.