rgl / MailBounceDetector

Detects whether a MailKit email Message is a bounce message
MIT License
28 stars 13 forks source link

Nuget for netcore 3 #12

Open Lamerchun opened 2 years ago

Lamerchun commented 2 years ago

Could you please publish a working nuget for netcore 3?

rklec commented 6 days ago

You mean https://www.nuget.org/packages/MailBounceDetector? It could be linked in the Readme though?

Lamerchun commented 6 days ago

This is for net45, need net8 now :)

Am 24.09.2024 um 17:49 schrieb rklec @.***>:

You mean https://www.nuget.org/packages/MailBounceDetector? It could be linked in the Readme though?

— Reply to this email directly, view it on GitHubhttps://github.com/rgl/MailBounceDetector/issues/12#issuecomment-2371683950, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA2TH2JK5VWBCRJUWSK7VC3ZYGCW7AVCNFSM6AAAAABOYTX4NOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRGY4DGOJVGA. You are receiving this because you authored the thread.Message ID: @.***>

rklec commented 6 days ago

Well it's backwards-compatible, try it. It worked for me. As far as I see there was a try updating it in https://github.com/rgl/MailBounceDetector/pull/3 though, but that was long ago.

rklec commented 6 days ago

Ah I see now, it's .NET framework even, so yes, the PR makes absolutely sense, that does not work obviously...

rklec commented 5 days ago

Ach BTW I saw the PR is really outdated. The current source code already lists .NET 6 version: https://github.com/rgl/MailBounceDetector/blob/0dc87d0ac1f4e5af342265c4bc62c8994ef39539/MailBounceDetector/MailBounceDetector.csproj#L3

But it is not released yet, as it seems. @rgl could you maybe create a release?

I also may do a simple upgrade to :NET 8 PR.