diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 00:41:06 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 00:41:06 -0800 |
commit | 3734df9fd20d33e35ed666aa32ba08a0dbd7f081 (patch) | |
tree | d6892dae5be3427c0b577d91bf40ec507269761b | |
parent | 9730c30ba0798b20993df010e0a2fc4957e2c8ea (diff) | |
download | sendgrid-csharp-3734df9fd20d33e35ed666aa32ba08a0dbd7f081.zip sendgrid-csharp-3734df9fd20d33e35ed666aa32ba08a0dbd7f081.tar.gz sendgrid-csharp-3734df9fd20d33e35ed666aa32ba08a0dbd7f081.tar.bz2 |
Removing pfx files breaks Travis and creates an extra step for contributors
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | SendGrid/SendGrid/SendGrid.pfx | bin | 0 -> 1709 bytes | |||
-rw-r--r-- | SendGrid/SendGridMail/SendGridMail.pfx | bin | 0 -> 1709 bytes |
3 files changed, 0 insertions, 1 deletions
@@ -20,6 +20,5 @@ SendGrid/TestResult.xml SendGrid/SendGrid.sln.VisualState.xml *.snk -*.pfx SendGrid/Tests/sendgrid-csharp.PublicKey *.PublicKey
\ No newline at end of file diff --git a/SendGrid/SendGrid/SendGrid.pfx b/SendGrid/SendGrid/SendGrid.pfx Binary files differnew file mode 100644 index 0000000..4085fa0 --- /dev/null +++ b/SendGrid/SendGrid/SendGrid.pfx diff --git a/SendGrid/SendGridMail/SendGridMail.pfx b/SendGrid/SendGridMail/SendGridMail.pfx Binary files differnew file mode 100644 index 0000000..867e499 --- /dev/null +++ b/SendGrid/SendGridMail/SendGridMail.pfx |