NdefLibrary 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NdefLibrary --version 1.0.0
NuGet\Install-Package NdefLibrary -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NdefLibrary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NdefLibrary --version 1.0.0
#r "nuget: NdefLibrary, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NdefLibrary as a Cake Addin
#addin nuget:?package=NdefLibrary&version=1.0.0

// Install NdefLibrary as a Cake Tool
#tool nuget:?package=NdefLibrary&version=1.0.0

The Proximity APIs for NFC (Near Field Communication) in the Windows 8 platform 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.

Note: this portable class library requires Visual Studio 2012 and NuGet 2.1+. Please update your NuGet package manager version in case the library installation fails ("Tools" -> "Extensions and Updates...").

There are no supported framework assets in this package.

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 845 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 89 4/5/2014
2.0.0 88 4/5/2014
1.1.0.1 152 7/29/2013
1.1.0 83 7/29/2013
1.0.0 111 12/28/2012
0.9.0.1 98 10/19/2012
0.9.0 82 10/19/2012
0.5.0 92 10/9/2012
0.4.0.1 76 10/5/2012

Stable release 1.0.0
- Added WpSettings records for launching Windows Phone 8 settings pages
- Added Mailto records for sending email messages
- Added DriveTo and WalkTo URI schemes for starting navigation on WP8
- Added Nokia Accessories record to easily launch apps on Nokia Lumia WP8 phones
- Added NearSpeak records for storing voice messages on tags
- URI encoding for body text of SMS messages
- Parameter to get the raw URI (as byte array) of Uri records
- Various fixes and improvements