NdefLibrary 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NdefLibrary --version 0.5.0
                    
NuGet\Install-Package NdefLibrary -Version 0.5.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="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NdefLibrary" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="NdefLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NdefLibrary --version 0.5.0
                    
#r "nuget: NdefLibrary, 0.5.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.
#addin nuget:?package=NdefLibrary&version=0.5.0
                    
Install NdefLibrary as a Cake Addin
#tool nuget:?package=NdefLibrary&version=0.5.0
                    
Install NdefLibrary as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NdefLibrary:

Package Downloads
NFCForms

NFCForms is tool that allows you to read and write NFC tags in your Xamarin.Forms applications. You can use it simply calling the DependencyService

NdefLibraryExtension

Extension library to the NFC / NDEF library to enable additional, platform-specific use cases. Based on the cross platform NFC / NDEF library, this extension module adds additional NDEF record classes that integrate with platform features to enable additional use cases. The extension enables creating vCard records, Mime Image records as well as iCalendar records on Windows 10 (UWP). This extension includes 3rd party extension libraries.

DK.Forms

Package Description

DK.AppFramework

Package Description

TapTrack.Tcmp

A C# SDK to communicate with a either a TappyUSB or TappyBLE using the TCMP protocol.

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
4.1.0 232,930 8/16/2017
4.0.0 2,957 8/16/2017
3.1.1 26,979 1/22/2016
3.0.3 11,475 3/11/2015
3.0.2 54,386 7/29/2014
3.0.1-alpha 2,394 7/22/2014
3.0.0-alpha 2,310 7/22/2014
2.0.0.2 3,477 4/5/2014
2.0.0.1 1,907 4/5/2014
2.0.0 3,613 4/5/2014
1.1.0.1 3,051 7/29/2013
1.1.0 1,937 7/29/2013
1.0.0 3,083 12/28/2012
0.9.0.1 2,312 10/19/2012
0.9.0 2,047 10/19/2012
0.5.0 2,038 10/9/2012
0.4.0.1 2,066 10/5/2012

Alpha release 0.5.0
- Added LaunchApp class
- Added Android Application Record class
- Additional safety checks in NdefRecord base class
- Code comment improvements