Metadata >> NuGet >> NdefLibrary

NdefLibrary

Metadata

Authors Andreas Jakl
Copyrights Copyright 2012 - 2015 Andreas Jakl, http://www.nfcinteractor.com/
Description 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+.
IconUrl http://www.nfcinteractor.com/ndeflibrary.png
LicenseUrl https://github.com/andijakl/ndef-nfc/blob/master/LICENSE
Owners Andreas Jakl
ProjectUrl http://andijakl.github.io/ndef-nfc/
ReleaseNotes See https://github.com/andijakl/ndef-nfc/releases for details
RequireLicenseAcceptance True
Summary Easily parse and create standardized NDEF records for NFC Tags.
Tags nfc ndef proximity smart poster snep near field communication message record launchapp vcard vcf icalendar ical ics bluetooth handover
Title NFC / NDEF Library for Proximity APIs
PackageSize 167860
PackageHashAlgorithm SHA512
PackageHash Hea8H5ASuRQdpE6PwMMGvVpl7iZLbnLaQ7rTIQOmNGo7OPKCUtcmy4S96z3caGWzpj69pO4Tsf+ixbJjGu3qJw==
DownloadCount 000000
CreatedDate 2015-03-11T10:08:10

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NdefLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NdefLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NdefLibrary
Installing the package (HTTP Basic authentication):
Install-Package NdefLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NdefLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NdefLibrary

OpenWrap

Installing the package:
o add-wrap NdefLibrary
Uninstalling the package:
o remove-wrap NdefLibrary

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
3.0.3
3.0.1-alpha
3.0.0-alpha
2.0.0.2
2.0.0.1
2.0.0.0
1.1.0.1
1.1.0.0
1.0.0.0
0.9.0.1
0.9.0.0
0.5.0.0
0.4.0.1
0.4.0.0