Skip to content

Commit 322a4c1

Browse files
committed
Rechecked
1 parent 1d38006 commit 322a4c1

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ CSharpHTTPClient/CSharpHTTPClient.userprefs
1313
CSharpHTTPClient/packages/
1414
CSharpHTTPClient/CSharpHTTPClient.sln.VisualState.xml
1515
*.PublicKey
16-
*.pfx
16+
*.pfx

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ notifications:
1818
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
1919
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
2020
format: html
21+
22+

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818
## [1.0.2] - 2016-03-17
1919
### Added
2020
- We are live!
21+

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ Generally, we follow the style guidelines as suggested by the official language.
162162
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
163163
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
164164

165-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
165+
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

Diff for: LICENSE.txt

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ csharp-http-client is maintained and funded by SendGrid, Inc. The names and logo
8888

8989
![SendGrid Logo]
9090
(https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
91+

0 commit comments

Comments
 (0)