File tree 4 files changed +11
-6
lines changed
CSharpHTTPClient/Properties
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.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
11
## [ 2.0.6] - 2016-07-18
7
12
### Added
8
13
- Sign assembly with a strong name
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 ( "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 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 ( "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 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 ( "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