Skip to content

Commit

Permalink
Version Bump v3.3.0: #22 Added cancellation of requests using Cancell…
Browse files Browse the repository at this point in the history
…ation Token
  • Loading branch information
thinkingserious committed Apr 17, 2017
1 parent 6561bbc commit 786ee64
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [3.3.0] - 2017-04-17
### Added
- #22: Added cancellation of requests using Cancellation Token
- Big thanks to [aKzenT](https:/aKzenT) for the pull request!

## [3.2.0] - 2017-04-11
### Added
- #23: Timeout Parameter
Expand Down
4 changes: 2 additions & 2 deletions CSharpHTTPClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyFileVersion("3.2.0")]
[assembly: AssemblyVersion("3.3.0")]
[assembly: AssemblyFileVersion("3.3.0")]
4 changes: 2 additions & 2 deletions UnitTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SendGrid.CSharp.HTTP.Client</id>
<version>3.2.0</version>
<version>3.3.0</version>
<title>Fluent REST API Client</title>
<authors>Elmer Thomas,SendGrid DX Team</authors>
<licenseUrl>https:/sendgrid/csharp-http-client/blob/master/LICENSE</licenseUrl>
Expand All @@ -12,8 +12,8 @@
<description>Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description>
<summary>Quickly and easily access any REST or REST-like API.</summary>
<releaseNotes>### Added
- #23: Timeout Parameter
- Big thanks to [PandaBoy00](https:/PandaBoy00) for the pull request!</releaseNotes>
- #22: Added cancellation of requests using Cancellation Token
- Big thanks to [aKzenT](https:/aKzenT) for the pull request!</releaseNotes>
<copyright>Copyright 2017</copyright>
<language>en-US</language>
<tags>SendGrid Email API REST Fluent</tags>
Expand Down

0 comments on commit 786ee64

Please sign in to comment.