adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Revert change disabling strong name signing in 92df1ec #780

Closed caesay closed 7 months ago

caesay commented 7 months ago

As title mentions. Strong name signing was disabled via 92df1ec in a large merge adding zstd support.

Due to this comment from @adamhathcock, I believe this was just a mistake. So here is a PR which resolves the issue.

Accepting this PR will fix #764

adamhathcock commented 7 months ago

Thank you!