From 34155429cfa40a3a7ac080125a6cf5f130dea2b4 Mon Sep 17 00:00:00 2001 From: Georgios Diamantopoulos Date: Wed, 16 May 2018 09:17:05 +0300 Subject: [PATCH 1/3] Add header_to in Address so we can BCC https://www.sparkpost.com/docs/faq/cc-bcc-with-rest-api/ --- src/SparkPostDotNet/Transmissions/Address.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/SparkPostDotNet/Transmissions/Address.cs b/src/SparkPostDotNet/Transmissions/Address.cs index dc95e52..b527074 100644 --- a/src/SparkPostDotNet/Transmissions/Address.cs +++ b/src/SparkPostDotNet/Transmissions/Address.cs @@ -9,5 +9,8 @@ public class Address [JsonProperty("name")] public string Name { get; set; } + + [JsonProperty("header_to")] + public string HeaderTo { get; set; } } -} \ No newline at end of file +} From e482d55785d69d5d6ed5afd3110f959b61645503 Mon Sep 17 00:00:00 2001 From: William Roush Date: Fri, 18 May 2018 11:27:58 -0400 Subject: [PATCH 2/3] Start 0.3.0 and prepare changelog for incoming changesets --- Changelog.md | 6 ++++++ src/SparkPostDotNet/SparkPostDotNet.csproj | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index aec3d36..b72c314 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 0.3.0 +Released: 2018/05/18 + + - Add header_to support for address. + - Actually care about semver. + # 0.2.3 Released: 2018/03/06 diff --git a/src/SparkPostDotNet/SparkPostDotNet.csproj b/src/SparkPostDotNet/SparkPostDotNet.csproj index 0e9f011..1824513 100644 --- a/src/SparkPostDotNet/SparkPostDotNet.csproj +++ b/src/SparkPostDotNet/SparkPostDotNet.csproj @@ -2,9 +2,9 @@ SparkPost Integration for .NET Core - William Roush 2016-2017 + William Roush 2016-2018 SparkPostDotNet - 0.2.3 + 0.3.0 William Roush SparkPostDotNet SparkPostDotNet From f60b8261942dd38c64790a3e49792a909a4fe1b0 Mon Sep 17 00:00:00 2001 From: William Roush Date: Sun, 20 May 2018 01:26:32 -0400 Subject: [PATCH 3/3] Update changelog and license files for dates --- Changelog.md | 2 +- LICENSE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b72c314..78b3fbf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ # 0.3.0 -Released: 2018/05/18 +Released: 2018/05/20 - Add header_to support for address. - Actually care about semver. diff --git a/LICENSE.txt b/LICENSE.txt index 3661c0a..6d69cea 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 William Roush +Copyright (c) 2016-2018 William Roush Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal