File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
CSharpHTTPClient/Properties Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
11
## [ 3.2.0] - 2017-04-11
7
12
### Added
8
13
- #23 : Timeout Parameter
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [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" ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >SendGrid.CSharp.HTTP.Client</id >
5
- <version >3.2 .0</version >
5
+ <version >3.3 .0</version >
6
6
<title >Fluent REST API Client</title >
7
7
<authors >Elmer Thomas,SendGrid DX Team</authors >
8
8
<licenseUrl >https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE</licenseUrl >
12
12
<description >Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description >
13
13
<summary >Quickly and easily access any REST or REST-like API.</summary >
14
14
<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 >
17
17
<copyright >Copyright 2017</copyright >
18
18
<language >en-US</language >
19
19
<tags >SendGrid Email API REST Fluent</tags >
You can’t perform that action at this time.
0 commit comments