huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
MIT License
157 stars 37 forks source link

Add GS1 Support to Code-128 #21

Closed brandscill closed 3 years ago

brandscill commented 3 years ago

Now the GS1 Encoder is implemented it is easy to implement this as an optional overload on the Code-128 Barcode Type.

I've raised the following PR #20 for this small change along with a test, would be good to get it merged into main branch as this would solve a gap we currently have.