Skip to content

Commit 2e3abdb

Browse files
committed
Bump the version.
1 parent f2aee1a commit 2e3abdb

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.9.3.*")]
36-
[assembly: AssemblyFileVersion("1.9.3.0")]
35+
[assembly: AssemblyVersion("1.10.0.*")]
36+
[assembly: AssemblyFileVersion("1.10.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.9.3</version>
5+
<version>1.10.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>Minor update, add missing HTTP info to a template call.</releaseNotes>
13+
<releaseNotes>Added support for Metrics, and added helper methods on File for attachments.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>
1515
<tags>email</tags>
1616
<dependencies>

0 commit comments

Comments
 (0)