Skip to content

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

Closed
programatt opened this issue Aug 29, 2012 · 7 comments
Closed

Create nuget package for csharp api #9

programatt opened this issue Aug 29, 2012 · 7 comments
Assignees
Labels
type: community enhancement feature request not on Twilio's roadmap

Comments

@programatt
Copy link

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.

@theycallmeswift
Copy link

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

@programatt
Copy link
Author

Oops. Interesting thing because I tried searching for it in Visual Studio and got no results. Thanks though!

@theycallmeswift
Copy link

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.

@robertmclaws
Copy link

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.

@brodyd
Copy link

brodyd commented Jan 9, 2013

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.

@ghost ghost assigned brandonmwest Jan 9, 2013
@robertmclaws
Copy link

BrodyD, you can try "SendGridPlus" on NuGet. It is an up-to-date build of this repo that also includes handling the Events API.

@brandonmwest
Copy link
Contributor

I've updated the nuget package and will update it regularly as this repo evolves.

gabrielkrell pushed a commit to gabrielkrell/sendgrid-csharp that referenced this issue Aug 2, 2017
…nd-add-ReplyTo

Updated documentation, add Reply-To code, fix CC/BCC for SMTP transport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

5 participants