NfcReaderLib 2.1.0

dotnet add package NfcReaderLib --version 2.1.0
                    
NuGet\Install-Package NfcReaderLib -Version 2.1.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="NfcReaderLib" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NfcReaderLib" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="NfcReaderLib" />
                    
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 NfcReaderLib --version 2.1.0
                    
#r "nuget: NfcReaderLib, 2.1.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.
#:package NfcReaderLib@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NfcReaderLib&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=NfcReaderLib&version=2.1.0
                    
Install as a Cake Tool

NfcReaderLib

A .NET library for PC/SC smart card communication, JH Token generation, and EMV/NFC card utilities.

NuGet Packages

Package Version Description
NfcReaderLib 2.0.3 PC/SC communication, JH Token generation
EMVCard.Core 2.0.3 EMV card reading, storage, and export

Installation

Package Manager Console:

Install-Package NfcReaderLib -Version 2.0.3
Install-Package EMVCard.Core -Version 2.0.3

.NET CLI:

dotnet add package NfcReaderLib --version 2.0.3
dotnet add package EMVCard.Core --version 2.0.3

Features

  • PC/SC card reader support (contact/contactless)
  • 32/64-bit Windows support
  • JH Token (SHA-256) generation from ICC certificates
  • EMV TLV parsing, PSE/PPSE, GPO, record reading
  • Card polling, PAN masking, async operations

What's New in v2.0.3

  • Maintenance and compatibility improvements
  • Updated NuGet version: 2.0.3

Requirements

  • .NET Framework 4.7.2

License

MIT

Copyright holders: Johan Henningsson

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NfcReaderLib:

Package Downloads
EMVCard.Core

EMV chip card reading library with support for PSE/PPSE application selection, GPO processing, record reading, TLV parsing, JH Token generation, and event-driven card read notifications. Works with contact and contactless EMV cards via PC/SC readers. Updated for 2026 release with improved documentation and copyright. Now supports both 32-bit and 64-bit Windows systems through NfcReaderLib 1.0.3.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 127 1/18/2026 2.1.0 is deprecated because it is no longer maintained and has critical bugs.
2.0.4 107 1/14/2026
1.0.4 101 1/13/2026
1.0.3 105 1/1/2026
1.0.2 93 1/1/2026
1.0.1 96 1/1/2026
1.0.0 104 12/31/2025

Release 2.0.3 - Maintenance and compatibility improvements.