Releases: c0shea/IdParser
Releases · c0shea/IdParser
v3.0
- Converted to .NET Standard 1.5, which drops support for .NET Framework versions less than 4.6.1. If you still need to use a lower version, you'll have to stick with 2.1.2, although it is unsupported.
- Breaking Change: Renamed the public API class to
Barcode
fromIdParser
to avoid the namespace collision. Instead of having to useIdParser.IdParser.Parse
, it is now simplyBarcode.Parse
assuming you have ausing IdParser
defined. - Added support for AAMVA 2016 version
- Improved exception messages
- Remove obsolete parse method
- Refactoring
- Note: The client test application is not building and has not yet been updated to work with this version.