SmtpServer
SmtpServer copied to clipboard
Nuget does not match Github
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.
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.
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.
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.
@cosullivan, would you be open to a Github Actions PR ensuring nuget and github releases come from git tags?
@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.