You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from IdParser to avoid the namespace collision. Instead of having to use IdParser.IdParser.Parse, it is now simply Barcode.Parse assuming you have a using 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.