Skip to content

Commit e08c866

Browse files
committed
Bump the version.
1 parent 92f85da commit e08c866

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/SparkPost/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.7.0.*")]
36-
[assembly: AssemblyFileVersion("1.7.0.0")]
35+
[assembly: AssemblyVersion("1.8.0.*")]
36+
[assembly: AssemblyFileVersion("1.8.0.0")]

src/SparkPost/SparkPost.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>SparkPost</id>
5-
<version>1.7.0</version>
5+
<version>1.8.0</version>
66
<title>SparkPost</title>
77
<authors>Darren Cauthon</authors>
88
<licenseUrl>https://github.com/SparkPost/csharp-sparkpost/blob/master/LICENSE.md</licenseUrl>
99
<projectUrl>https://github.com/SparkPost/csharp-sparkpost</projectUrl>
1010
<iconUrl>https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>SparkPost API</description>
13-
<releaseNotes>Add partial support for recipient lists, and other cleanup.</releaseNotes>
13+
<releaseNotes>Added Create and Retrieve support for templates.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>
1515
<tags>email</tags>
1616
<dependencies>

0 commit comments

Comments
 (0)