Acr.BarCodes 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acr.BarCodes --version 3.0.0
NuGet\Install-Package Acr.BarCodes -Version 3.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="Acr.BarCodes" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acr.BarCodes --version 3.0.0
#r "nuget: Acr.BarCodes, 3.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 Acr.BarCodes as a Cake Addin
#addin nuget:?package=Acr.BarCodes&version=3.0.0

// Install Acr.BarCodes as a Cake Tool
#tool nuget:?package=Acr.BarCodes&version=3.0.0

A cross platform barcode scanner built on top of ZXing.Net.Mobile to allow for easy cross platform access from your Shared/PCL core libraries

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.7 322 5/5/2015
3.0.6 91 5/2/2015
3.0.5 58 5/2/2015
3.0.4 89 5/1/2015
3.0.3 102 4/28/2015
3.0.2 429 2/27/2015
3.0.1 95 2/20/2015
3.0.0 116 2/11/2015

3.0
Bait and Switch design
* NEW * - Create barcodes

2.0
Simplified configuration a bit
iOS Unified API

1.4.1
Fix pcl target in nuspec

1.4
Switching to profile78 to support MvvmCross 3.2.1

1.3
Fix for Android
Updating ZXing.Net.Mobile to 1.4.6

1.2.1
Update to ZXing.Net.Mobile
Fix minor nuspec issue

1.2
Simplifying API calls

1.1.1
Fix broken nuspec reference
Retarget to profile 158

1.1
Support for Windows Phone 8
Support for passing advanced configuration options
Default options so you can set and forget instead of constantly setting the text values (good for multilingual apps)
Add callback method signature along side async version

1.0
Initial Release