-
Notifications
You must be signed in to change notification settings - Fork 582
Create nuget package for csharp api #9
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
Comments
There is already a nuget for this library. It's a little out of date though, so I'll get it updated before I close this |
Oops. Interesting thing because I tried searching for it in Visual Studio and got no results. Thanks though! |
So, I don't have access to a windows box right now. Could be a few days before I do, will update it then though. |
I needed to be able to add identifiers to my messages, so that I could track them to the Event API. Couldn't see how to do this in the NuGet package, so I checked here, and saw that the code here was newer and had not been deployed. Because I needed the updated code right away, and because of the difficulty some people had experienced using the non-standard batched Event API in C#, I decided to take some time today and clean up the code, add some new features, and send it out. I just posted an overhauled version of this API, plus the addition of the Event API, to NuGet as "SendGridPlus". It features improved XML comments (comments on Interfaces are not included in concrete implementations) and adds the XML comments to the NuGet file. If you guys accept my pull request, I can cgange my NuGet package to just point to yours (once you release a new version), and then the chain can be maintained. If you guys have any questions, please let me know. |
The Nuget package current available (1.0.1) is very out of date and does not match the current code at all. Please republish your nuget package more frequently. |
BrodyD, you can try "SendGridPlus" on NuGet. It is an up-to-date build of this repo that also includes handling the Events API. |
I've updated the nuget package and will update it regularly as this repo evolves. |
…nd-add-ReplyTo Updated documentation, add Reply-To code, fix CC/BCC for SMTP transport
Please add a nuget package to http://nuget.org to make distribution and use easier.
Instructions can be found here. http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package
My reasoning is that nuget is becoming the defacto and easiest method for sharing binaries in applications on .net these days.
I am currently using a nuget package I manually created from the source, but I would like to be able to just reference one on nuget's official feed so that deployment and builds are simpler for us. Thank you.
The text was updated successfully, but these errors were encountered: