cocowalla / serilog-sinks-file-archive

Plugin for the Serilog File sink that works with rolling log files, archiving completed log files before they are deleted by Serilog's retention mechanism
Apache License 2.0
31 stars 8 forks source link

Sign the assembly to get strong-name #3

Closed alexasamura closed 11 months ago

alexasamura commented 4 years ago

Please, sign the assembly Serilog.Sinks.File.Archive to get strong-name so we can pull from Nuget and use this in others applications that already signed. Thank you.

cocowalla commented 4 years ago

I've been using .NET Core for so long that I forgot all about the hell of strong names 😅

I accept to add it though, thanks for the suggestion!

tts-sdrissen commented 12 months ago

If you merge my request and publish it as a new version in nuget, this issue can be closed as fixed. Thank you!

tts-sdrissen commented 11 months ago

Thanks for merging my request! This solved my issue.

The issue can be closed as fixed.