summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
Commit message (Collapse)AuthorAgeFilesLines
* 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