Skip to content

Commit 786ee64

Browse files
Version Bump v3.3.0: #22 Added cancellation of requests using Cancellation Token
1 parent 6561bbc commit 786ee64

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.3.0] - 2017-04-17
7+
### Added
8+
- #22: Added cancellation of requests using Cancellation Token
9+
- Big thanks to [aKzenT](https://github.com/aKzenT) for the pull request!
10+
611
## [3.2.0] - 2017-04-11
712
### Added
813
- #23: Timeout Parameter

CSharpHTTPClient/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0")]
35-
[assembly: AssemblyFileVersion("3.2.0")]
34+
[assembly: AssemblyVersion("3.3.0")]
35+
[assembly: AssemblyFileVersion("3.3.0")]

UnitTest/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("3.0.0")]
36-
[assembly: AssemblyFileVersion("3.0.0")]
35+
[assembly: AssemblyVersion("3.1.0")]
36+
[assembly: AssemblyFileVersion("3.1.0")]

nuspec/SendGrid.CSharp.HTTP.Client.3.2.0.nuspec renamed to nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec

Lines changed: 3 additions & 3 deletions
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.2.0</version>
5+
<version>3.3.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-
- #23: Timeout Parameter
16-
- Big thanks to [PandaBoy00](https://github.com/PandaBoy00) for the pull request!</releaseNotes>
15+
- #22: Added cancellation of requests using Cancellation Token
16+
- Big thanks to [aKzenT](https://github.com/aKzenT) 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)