Skip to content

Commit

Permalink
Merge pull request #21 from RoushTech/staging/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
StrangeWill committed May 20, 2018
2 parents 5841e66 + f60b826 commit e95c8c4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.0
<sup>Released: 2018/05/20</sup>

- Add header_to support for address.
- Actually care about semver.

# 0.2.3
<sup>Released: 2018/03/06</sup>

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/SparkPostDotNet/SparkPostDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<Description>SparkPost Integration for .NET Core</Description>
<Copyright>William Roush 2016-2017</Copyright>
<Copyright>William Roush 2016-2018</Copyright>
<AssemblyTitle>SparkPostDotNet</AssemblyTitle>
<VersionPrefix>0.2.3</VersionPrefix>
<VersionPrefix>0.3.0</VersionPrefix>
<Authors>William Roush</Authors>
<AssemblyName>SparkPostDotNet</AssemblyName>
<PackageId>SparkPostDotNet</PackageId>
Expand Down
5 changes: 4 additions & 1 deletion src/SparkPostDotNet/Transmissions/Address.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ public class Address

[JsonProperty("name")]
public string Name { get; set; }

[JsonProperty("header_to")]
public string HeaderTo { get; set; }
}
}
}

0 comments on commit e95c8c4

Please sign in to comment.