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