Acr.MvvmCross.Plugins.BarCodeScanner 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acr.MvvmCross.Plugins.BarCodeScanner --version 2.0.0
                    
NuGet\Install-Package Acr.MvvmCross.Plugins.BarCodeScanner -Version 2.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.MvvmCross.Plugins.BarCodeScanner" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acr.MvvmCross.Plugins.BarCodeScanner" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Acr.MvvmCross.Plugins.BarCodeScanner" />
                    
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 Acr.MvvmCross.Plugins.BarCodeScanner --version 2.0.0
                    
#r "nuget: Acr.MvvmCross.Plugins.BarCodeScanner, 2.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.
#:package Acr.MvvmCross.Plugins.BarCodeScanner@2.0.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=Acr.MvvmCross.Plugins.BarCodeScanner&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Acr.MvvmCross.Plugins.BarCodeScanner&version=2.0.0
                    
Install as a Cake Tool

Barcode scanning and creation plugin for MvvmCross built on ZXing.Net.Mobile.  Supports iOS, Android, and WinPhone8

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.0 134 5/7/2015
2.0.0 485 1/18/2015
1.4.0 569 9/26/2014
1.3.0 422 8/8/2014
1.2.0 333 7/2/2014
1.1.1 1,427 5/2/2014
1.1.0 94 4/16/2014
1.0.0 93 2/24/2014

2.0
* NEW * - Create barcodes
Update to profile 259
Simplified configuration a bit
Unified iOS

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