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.
33
44This 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments