NdefLibrary 3.0.3
Requires NuGet 2.8.1 or higher.
dotnet add package NdefLibrary --version 3.0.3
NuGet\Install-Package NdefLibrary -Version 3.0.3
<PackageReference Include="NdefLibrary" Version="3.0.3" />
paket add NdefLibrary --version 3.0.3
#r "nuget: NdefLibrary, 3.0.3"
// Install NdefLibrary as a Cake Addin #addin nuget:?package=NdefLibrary&version=3.0.3 // Install NdefLibrary as a Cake Tool #tool nuget:?package=NdefLibrary&version=3.0.3
The Proximity APIs for NFC (Near Field Communication) in the WinRT platform (Windows 8 and Windows Phone 8) are compatible to NDEF (NFC Data Exchange Format) messages, which are used on NFC tags and to send data between two devices.
While the Proximity APIs include basic support for URIs, they lack support for more in-depth control over the NDEF records, as well as additional standardized record types.
This NDEF Library provides a set of classes that enable you to easily work with NDEF records on top of the Windows Proximity APIs, for use with Windows 8 and Windows Phone 8 or any other platform where you can develop with C#.
Further NDEF record classes that extend this library with platform integration are available in the NdefLibraryExtension NuGet package (e.g., to use business cards, iCalendar data or images).
Note: this portable class library requires Visual Studio 2012 (or higher) and NuGet 2.8.1+.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NdefLibrary:
Repository | Stars |
---|---|
microsoft/MixedRealityCompanionKit
This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
|
Version | Downloads | Last updated |
---|---|---|
3.0.3 | 846 | 3/11/2015 |
3.0.2 | 1,327 | 7/29/2014 |
3.0.1-alpha | 93 | 7/22/2014 |
3.0.0-alpha | 78 | 7/22/2014 |
2.0.0.2 | 173 | 4/5/2014 |
2.0.0.1 | 90 | 4/5/2014 |
2.0.0 | 50 | 4/5/2014 |
1.1.0.1 | 154 | 7/29/2013 |
1.1.0 | 69 | 7/29/2013 |
1.0.0 | 1,129 | 12/28/2012 |
0.9.0.1 | 99 | 10/19/2012 |
0.9.0 | 84 | 10/19/2012 |
0.5.0 | 98 | 10/9/2012 |
0.4.0.1 | 78 | 10/5/2012 |
See https://github.com/andijakl/ndef-nfc/releases for details