barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
736 stars 239 forks source link

Re-added strongname signing. #126

Closed hikarikuen closed 1 year ago

hikarikuen commented 3 years ago

Originally added in PR #20 Seems to have been removed in version 2.0.0. Original issue #19

hikarikuen commented 3 years ago

@barnhill Would you be ok with adding strongname signing back in? My organization uses this library in a signed ClickOnce app and we aren't able to upgrade to versions > 2.0.0 because the signing was removed.

barnhill commented 3 years ago

@binki How do you feel about reintroducing this? I think it should be ok.

barnhill commented 1 year ago

Added strong name signing of the assembly along with this major update: https://github.com/barnhill/barcodelib/pull/152

barnhill commented 1 year ago

Closing this issue in preparation of that PR to release