Skip to content

Releases: DacoTaco/BarcodeParserBuilder

0.1.3

26 Dec 18:22
d4e1003

Choose a tag to compare

  • Added GS1 AI's that were previously missing
  • Added generic Code39 & Code128 parsing/building
  • Added AIM Symbology parsing/building
  • Target .net standard 2.0 instead of individual .net versions

0.1.1

01 May 11:52

Choose a tag to compare

  • Added Aim-Prefix parsing, only using barcode parsers that support the aim-prefix
  • Fixed a bug in which the YYYYMMDD format was used for a ($)$ HIBC segment

0.0.5

28 May 16:31
727fec2

Choose a tag to compare

  • Update Ean Parsing to more correctly parse it, allowing it to get the system schema and get product code out of the ean barcode

0.0.4

18 Apr 12:12

Choose a tag to compare

  • Add Dependency injection possibility.
    • add it by adding namespace BarcodeParserBuilder and running the services.AddBarcodeParserBuilder() extension
  • project now build with nullable enabled

0.0.3

08 Nov 17:19

Choose a tag to compare

  • added .NET6 support

0.0.2

12 Sep 11:35

Choose a tag to compare

  • Added properties in GS1/GS128 to access the net weight ( AI 310 & 320 ) and price ( AI 392 )