dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.28k stars 267 forks source link

Update SharpPcap.csproj #507

Closed FredeJ closed 4 months ago

FredeJ commented 4 months ago

Remove LGPL3.0 license from Nuget. Update version to 6.3.0.

This should(?) create a new Nuget release as well, with the new license.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.25%. Comparing base (d4404eb) to head (e44b5e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #507 +/- ## ========================================== + Coverage 82.21% 82.25% +0.03% ========================================== Files 51 51 Lines 2823 2823 Branches 312 312 ========================================== + Hits 2321 2322 +1 + Misses 381 379 -2 - Partials 121 122 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kayoub5 commented 4 months ago

@chmorgan could you double check the api key for nuget, CI is failing to upload a new version

chmorgan commented 4 months ago

Yep, I’ll check in this afternoon. Maybe it’s expired and I missed the notice. Afaict there wasn’t a way to give you access to the account so you could admin.

On Sun, Feb 25, 2024 at 10:25 AM Ayoub Kaanich @.***> wrote:

@chmorgan https://github.com/chmorgan could you double check the api key for nuget, CI is failing to upload a new version

— Reply to this email directly, view it on GitHub https://github.com/dotpcap/sharppcap/pull/507#issuecomment-1962973956, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJH4AGRPJNFJLDS5NQUH3DYVNJWHAVCNFSM6AAAAABDWPFOBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE3TGOJVGY . You are receiving this because you were mentioned.Message ID: @.***>

chmorgan commented 4 months ago

@kayoub5 updated secrets with new keys for all three repositories. Can you retry the build/package push?

FredeJ commented 4 months ago

The package was updated in the Nuget feed. Thanks a lot for the quick turnaround time :)