Releases: andijakl/ndef-nfc
Releases · andijakl/ndef-nfc
Port to .NET Standard
- Main NFC / NDEF library is ported to .NET Standard 1.4
- License updated from old LGPL 2 to LGPL 3
- Use latest .net Core beta version of iCal.net library instead of custom UWP port
- Removed deprecated code and versions from the repository, including Silverlight and WinRT versions + example apps.
NFC NDEF Library (stable): C# 3.1.1, JavaScript 1.0.0
NFC NDEF Library for C# 3.1.1 (stable)
- New extension library targeting Windows 10 / UWP, including Mime/Image and vCard-records
- New NdefWindowsSettingsRecord to launch all settings pages for Windows 10 (both desktop and mobile)
- Deprecated NdefNokiaAccessoriesRecord and NdefWpSettingsRecord from Windows Phone 8
- Updated Geo tag record for Windows 10, also allowing a title for the DriveTo and WalkTo types
- New Demo app for Windows 10 (UWP, Universal Windows Platform)
NFC NDEF Library for JavaScript 1.0.0 (stable)
Initial release of the NFC / NDEF Library for JavaScript. Provides the most important NDEF classes for use in HTML5 / JavaScript apps.
Tests: All functions are tested with unit tests - see the "test" folder in the project source code.
Building: The library can be built using Node.js and Grunt - for instructions, see the readme.md file!
NFC NDEF Library (stable): C# 3.0.2, JavaScript 1.0.0
NFC NDEF Library for C# 3.0.2 (stable)
- Compatible to Windows Phone 8.1 WinRT apps and Universal Apps.
- New Bluetooth and Connection Handover classes. Enables full support for writing Bluetooth handover NFC tags as found in accessories like loudspeakers and headsets.
- Bluetooth Secure Simple Pairing record, including extensive ready made type definitions according to Bluetooth Core specification 4.1 from December 2013
- Connection Handover standard by the NFC Forum, version 1.3 (January 2014)
- Handover Select record
- Handover Alternative Carrier record
- Handover Error record
NFC NDEF Library for JavaScript 1.0.0 (stable)
Initial release of the NFC / NDEF Library for JavaScript. Provides the most important NDEF classes for use in HTML5 / JavaScript apps.
Included classes:
- NdefMessage
- NdefRecord
- NdefUriRecord
- NdefTextRecord
- NdefTelRecord
- NdefSocialRecord
- NdefGeoRecord
- NdefAndroidAppRecord (AAR)
Tests: All functions are tested with unit tests - see the "test" folder in the project source code.
Building: The library can be built using Node.js and Grunt - for instructions, see the readme.md file!