Skip to content

Commit d86103a

Browse files
Version Bump v3.2.0: sendgrid#23 Timeout Parameter
1 parent b1b975c commit d86103a

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.2.0] - 2017-04-11
7+
### Added
8+
- #23: Timeout Parameter
9+
- Big thanks to [PandaBoy00](https://github.com/PandaBoy00) for the pull request!
10+
611
## [3.1.0] - 2017-03-01
712
### Added
813
- [PR #18](https://github.com/sendgrid/csharp-http-client/pull/18): Cache default httpclient

Diff for: CSharpHTTPClient/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("SendGrid")]
1111
[assembly: AssemblyProduct("SendGrid.CSharp.HTTP.Client")]
12-
[assembly: AssemblyCopyright("Copyright © 2016")]
12+
[assembly: AssemblyCopyright("Copyright © 2017")]
1313
[assembly: AssemblyTrademark("SendGrid")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.1.0")]
35-
[assembly: AssemblyFileVersion("3.1.0")]
34+
[assembly: AssemblyVersion("3.2.0")]
35+
[assembly: AssemblyFileVersion("3.2.0")]

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience
9494

9595
csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc.
9696

97-
![SendGrid Logo]
98-
(https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
97+
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
9998

Diff for: nuspec/SendGrid.CSharp.HTTP.Client.3.1.0.nuspec renamed to nuspec/SendGrid.CSharp.HTTP.Client.3.2.0.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SendGrid.CSharp.HTTP.Client</id>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<title>Fluent REST API Client</title>
77
<authors>Elmer Thomas,SendGrid DX Team</authors>
88
<licenseUrl>https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE</licenseUrl>
@@ -12,8 +12,8 @@
1212
<description>Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description>
1313
<summary>Quickly and easily access any REST or REST-like API.</summary>
1414
<releaseNotes>### Added
15-
- [PR #18](https://github.com/sendgrid/csharp-http-client/pull/18): Cache default httpclient
16-
- Big thanks to [Niels Timmermans](https://github.com/nillis) for the pull request!</releaseNotes>
15+
- #23: Timeout Parameter
16+
- Big thanks to [PandaBoy00](https://github.com/PandaBoy00) for the pull request!</releaseNotes>
1717
<copyright>Copyright 2017</copyright>
1818
<language>en-US</language>
1919
<tags>SendGrid Email API REST Fluent</tags>

0 commit comments

Comments
 (0)