github c0shea/IdParser v3.0

latest releases: v4.1.2, v4.1.1, v4.1...
6 years ago
  • 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.

Don't miss a new IdParser release

NewReleases is sending notifications on new releases.