Skip to content

Commit c387bf0

Browse files
Version Bump v2.0.7: Pull Request #11: WebProxy
1 parent 7e8956a commit c387bf0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This 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

CSharpHTTPClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
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")]

Example/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

UnitTest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

0 commit comments

Comments
 (0)