File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
CSharpHTTPClient/Properties Expand file tree Collapse file tree 4 files changed +11
-6
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+ ## [ 2.0.7] - 2016-07-19
7+ ### Added
8+ - [ Pull request #11 ] ( https://github.com/sendgrid/csharp-http-client/pull/11 ) : Adding the option to set WebProxy object to be used on HttpClient
9+ - Big thanks to [ Juliano Nunes] ( https://github.com/julianonunes ) for the pull request!
10+
611## [ 2.0.6] - 2016-07-18
712### Added
813- Sign assembly with a strong name
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 ( "2.0.6 " ) ]
35- [ assembly: AssemblyFileVersion ( "2.0.6 " ) ]
34+ [ assembly: AssemblyVersion ( "2.0.7 " ) ]
35+ [ assembly: AssemblyFileVersion ( "2.0.7 " ) ]
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 ( "2.0.6 " ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.6 " ) ]
35+ [ assembly: AssemblyVersion ( "2.0.7 " ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.7 " ) ]
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 ( "2.0.6 " ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.6 " ) ]
35+ [ assembly: AssemblyVersion ( "2.0.7 " ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.7 " ) ]
You can’t perform that action at this time.
0 commit comments