SmtpServer icon indicating copy to clipboard operation
SmtpServer copied to clipboard

Nuget does not match Github

Open mgaffigan opened this issue 1 year ago • 8 comments

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.

mgaffigan avatar Dec 14 '23 17:12 mgaffigan

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.

BrewingCoder avatar Dec 14 '23 17:12 BrewingCoder

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.

mgaffigan avatar Dec 15 '23 15:12 mgaffigan

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.

BrewingCoder avatar Dec 15 '23 15:12 BrewingCoder

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

mgaffigan avatar Dec 18 '23 16:12 mgaffigan

@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.

cosullivan avatar Dec 19 '23 11:12 cosullivan