You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
15
-
It has been ported by hand with a lot of optimizations and improvements.
14
+
<description>
15
+
ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
16
+
It has been ported by hand with a lot of optimizations and improvements.
16
17
17
-
It is compatible with .Net 2.0, .Net 3.5, .Net 4.x, Windows RT Class Library and Components, UWP, .Net Standard 1.x and 2.0x, .Net Core App 3.x, Silverlight 4, Silverlight 5, Windows Phone 7.x and Windows Phone 8.x and Xamarin.Android</description>
18
+
It is compatible with .Net 2.0, .Net 3.5, .Net 4.x, .Net 5.x, .Net 6.x, Windows RT Class Library and Components, UWP, .Net Standard 1.x and 2.0x, .Net Core App 3.x, Silverlight 4, Silverlight 5, Windows Phone 7.x and Windows Phone 8.x and Xamarin.Android</description>
18
19
<summary>ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.</summary>
19
-
<releaseNotes>* changes of the java version are reflected until 2020/10/08
20
+
<releaseNotes>* changes of the java version are reflected until 2021/12/08
20
21
* many small bug fixes and improvements</releaseNotes>
21
22
<tags>ZXing barcode scanning 1D 2D UPC-A UPC-E EAN-8 EAN-13 QR ITF Codabar RSS-14 Data Matrix PDF 417 PDF417 Aztec</tags>
22
23
<dependencies>
@@ -27,6 +28,8 @@ It is compatible with .Net 2.0, .Net 3.5, .Net 4.x, Windows RT Class Library and
27
28
<grouptargetFramework="net461" />
28
29
<grouptargetFramework="net47" />
29
30
<grouptargetFramework="net48" />
31
+
<grouptargetFramework="net50" />
32
+
<grouptargetFramework="net60" />
30
33
<grouptargetFramework="sl4" />
31
34
<grouptargetFramework="sl5" />
32
35
<grouptargetFramework="sl3-wp" />
@@ -95,6 +98,12 @@ It is compatible with .Net 2.0, .Net 3.5, .Net 4.x, Windows RT Class Library and
0 commit comments