-
Notifications
You must be signed in to change notification settings - Fork 583
Code simplification #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code simplification #246
Conversation
I will sign CLA soon:) |
Any update on the CLA? Is there anything I can do to help? |
@thinkingserious Sorry I was on vacation. I will sign it tomorrow. |
Awesome, thanks! |
I going to rebase,resolve conflicts and update PR |
Thanks @dubrovkinmaxim! |
Hi @dubrovkinmaxim, This ticket finally came up to the top of my list. Could you please fix the conflicts so I can test and marge? Thanks! |
…he used in sender name
# Conflicts: # SendGrid/Example/Example.cs # SendGrid/SendGrid/Helpers/Mail/Mail.cs # SendGrid/SendGrid/SendGrid.csproj # SendGrid/UnitTest/UnitTest.cs
Thanks! |
@thinkingserious you are welcome :) |
Typo 'user' for 'usr'
Using auto properties to simplify code.
Data transfer objects were extracted to separated files.