summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Updating CSharp Dependency to fix issue #256Elmer Thomas2016-07-181-10/+2
|
* Version Bump v7.0.2: Async FixElmer Thomas2016-06-161-3/+5
|
* Update dependencyElmer Thomas2016-06-031-4/+4
|
* Updating csharp-http-client dependencyElmer Thomas2016-06-031-2/+2
|
* Preparing for deployElmer Thomas2016-04-271-10/+9
|
* Added Integration/Unit Tests for API Keys endpointElmer Thomas2015-11-111-0/+5
|
* A first implementation of a Web API v3 clientElmer Thomas2015-11-061-0/+8
|
* I love .csproj files and fixing filepaths and referencesBrandon West2015-04-231-1/+2
|
* please...Brandon West2015-04-221-5/+5
|
* maybe?Brandon West2015-04-221-2/+3
|
* still trying to fix refsBrandon West2015-04-221-6/+2
|
* trying to fix missing fileBrandon West2015-04-221-2/+6
|
* fix referenceBrandon West2015-04-221-0/+6
|
* fix dependenciesBrandon West2015-04-221-4/+0
|
* add new smtp api header methodsBrandon West2015-04-221-6/+8
|
* add user-agentBrandon West2014-10-091-6/+6
|
* fix build configs and testsBrandon West2014-06-201-14/+3
|
* deprecate NET40Brandon West2014-06-201-6/+1
|
* remove unnecessary referenceBrandon West2014-06-141-4/+1
|
* more fixesBrandon West2014-06-141-22/+12
|
* add BuildNet40 build config, make signing assembly conditionalBrandon West2014-06-141-0/+3
|
* add ReleaseNet40 and ReleaseNet45 build configsBrandon West2014-06-131-14/+8
|
* fix constructorBrandon West2014-05-231-0/+6
|
* fix referenceBrandon West2014-05-231-4/+6
|
* fix some copypastaBrandon West2014-05-211-6/+4
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-211-1/+0
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Cleaned up code;Alex Reed (Xerax)2014-02-161-1/+1
| | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible.
* Updated solutions to add support for Visual Studio 2013 (Keeping support for ↵Alex Reed (Xerax)2014-02-161-0/+3
| | | | 2010 and 2012)
* fix dependenciesBrandon West2014-01-201-0/+29
|
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-7/+6
|
* set things up for both .NET 4.0 and 4.5Brandon West2013-07-291-1/+1
|
* set target framework to .NET 4.5Brandon West2013-07-291-1/+3
|
* renamed REST transport to WebTyler Bischel2012-01-241-1/+1
|
* update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-131-1/+3
| | | | constructors initializable only by factory functions
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-121-0/+1
| | | | send a simple web api.
* Merge Conflict FixedCJ Buchmann2012-01-121-0/+1
|
* changed target platformTyler Bischel2012-01-101-1/+5
|
* fixed namespace weirdness, made changes to .gitignoreTyler Bischel2012-01-101-0/+6
|
* initial interface for C# SendGrid Mail libraryTyler Bischel2012-01-061-0/+58