ZXing.Net
0.12.0
See the version list below for details.
dotnet add package ZXing.Net --version 0.12.0
NuGet\Install-Package ZXing.Net -Version 0.12.0
<PackageReference Include="ZXing.Net" Version="0.12.0" />
paket add ZXing.Net --version 0.12.0
#r "nuget: ZXing.Net, 0.12.0"
// Install ZXing.Net as a Cake Addin #addin nuget:?package=ZXing.Net&version=0.12.0 // Install ZXing.Net as a Cake Tool #tool nuget:?package=ZXing.Net&version=0.12.0
ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
It has been ported by hand with a lot of optimizations and improvements.
It is now compatible with .Net 2.0, .Net 3.5, .Net 4.0, Windows RT Class Library and Components, Silverlight 4, Silverlight 5, Windows Phone 7.0, Windows Phone 7.1 and Windows Phone 8.0, Xamarin.Android and Xamarin.iOS
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net20 is compatible. net20-cf is compatible. net35 is compatible. net35-cf is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid is compatible. |
native | native is compatible. |
Silverlight | sl3-wp is compatible. sl4 is compatible. sl4-wp71 is compatible. sl5 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Windows Store | win8 is compatible. win8-managed is compatible. |
This package has no dependencies.
GitHub repositories (42)
Showing the top 5 popular GitHub repositories that depend on ZXing.Net:
Repository | Stars |
---|---|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
|
Version | Downloads | Last updated |
---|---|---|
0.14.0.1 | 34,817 | 4/29/2014 |
0.14.0 | 718 | 4/7/2014 |
0.12.0 | 4,180 | 9/24/2013 |
0.11.0.1 | 1,255 | 4/8/2013 |
0.11.0 | 83 | 3/30/2013 |
0.10.0 | 467 | 11/25/2012 |
0.9.0 | 83 | 9/27/2012 |
0.8.0.1 | 108 | 8/22/2012 |
0.7.0 | 77 | 6/9/2012 |
0.6.0 | 84 | 3/29/2012 |
0.5.0 | 65 | 3/13/2012 |
0.4.0 | 66 | 2/29/2012 |
0.3.0 | 70 | 2/28/2012 |
0.2.0 | 68 | 2/13/2012 |
0.1.0 | 72 | 1/29/2012 |
* sync with rev. 2875 of the java version
* new PDF417 decoder
* improved Aztec decoder
* global speed improvements
* direct Kinect support for ColorImageFrame
* better Structured Append support
* many other small bug fixes and improvements