cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
675 stars 159 forks source link

Nuget does not match Github #212

Open mgaffigan opened 6 months ago

mgaffigan commented 6 months ago

Great library - but we can't find the source for https://www.nuget.org/packages/SmtpServer/10.0.0

Can you push to github or provide the new source repo? Ideally, github would be updated before nuget.

BrewingCoder commented 6 months ago

I have been building against a local fork of the Develop branch, which is what I was assuming was getting packaged out to nuget; I could be wrong though but the timing of the last commit loosely matches generally with the 10.0.0 package release.

mgaffigan commented 6 months ago

Ok. I agree that seems to match. Without the tag it is hard to correlate. Have you considered using Github Actions to ensure consistent release practices? I'm happy to send a PR (or post in the issue) if you are open to it.

BrewingCoder commented 6 months ago

that would be up to cosullivan the repo owner. I work from a local fork only because I have added some specific features in the past though I admit the two I really needed have been added into that branch over time. The library is fairly mature and stable and has been around quite a while; I don't think the author spends much time maintaining it as he had in the past.

mgaffigan commented 6 months ago

@cosullivan, would you be open to a Github Actions PR ensuring nuget and github releases come from git tags?

cosullivan commented 6 months ago

@cosullivan, would you be open to a Github Actions PR ensuring nuget and github releases come from git tags?

Yes, I would be open to that.