GoToTags .NET NFC SDK Changelog

What's new in GoToTags .NET NFC SDK 1.2.0

Apr 18, 2013
  • Support for TI Tag-it HF-I Plus (256b) tags.
  • Support for multiple concurrent readers. This has a been a highly request feature from our support forum.
  • Lots of little bug fixes and performance improvements.
  • The ReadersChangedEvent has been changed to a static event on the NfcAdapter class. This design makes more sense since it operates on multiple NfcAdapters, not just one.
  • The calling application will now need to hold a reference to the created NfcAdapter instance and be responsible for its life cycle. Note that it's IDisposable so make sure to either wrap in a using statement or Dispose() of it manually.
  • The NfcAdapter.DefautlAdapter can now be null if no NFC readers are attached. Make sure you check for null!

New in GoToTags .NET NFC SDK 1.1.0 (Apr 18, 2013)

  • This is a big release of the SDK! Aupport for 15693 tags, support for high-level encoding of records, performance improvements and tons of bug fixes.

New in GoToTags .NET NFC SDK 1.0.1 (Apr 18, 2013)

  • Fixed "SCM SCL3711 Not Detected" bug