|
15 | 15 | ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
|
16 | 16 | It has been ported by hand with a lot of optimizations and improvements.
|
17 | 17 |
|
18 |
| - It is compatible with .Net 2.0/3.5/4.x/5.x/6.x/7.x/8.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/3.5/4.x/5.x/6.x/7.x/8.x/9.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> |
19 | 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>
|
20 | 20 | <releaseNotes>* changes of the java version are reflected until 2023/02/21
|
21 | 21 | * many small bug fixes and improvements</releaseNotes>
|
|
31 | 31 | <group targetFramework="net50" />
|
32 | 32 | <group targetFramework="net60" />
|
33 | 33 | <group targetFramework="net70" />
|
| 34 | + <group targetFramework="net80" /> |
| 35 | + <group targetFramework="net90" /> |
34 | 36 | <group targetFramework="windows8-managed" />
|
35 | 37 | <group targetFramework="windows8" />
|
36 | 38 | <group targetFramework="native" />
|
|
102 | 104 | <file src="Build\Release\net7.0\zxing.dll" target="lib\net7.0\zxing.dll" />
|
103 | 105 | <file src="Build\Release\net7.0\zxing.pdb" target="lib\net7.0\zxing.pdb" />
|
104 | 106 | <file src="Build\Release\net7.0\zxing.XML" target="lib\net7.0\zxing.XML" />
|
| 107 | + <file src="Build\Release\net8.0\zxing.dll" target="lib\net8.0\zxing.dll" /> |
| 108 | + <file src="Build\Release\net8.0\zxing.pdb" target="lib\net8.0\zxing.pdb" /> |
| 109 | + <file src="Build\Release\net8.0\zxing.XML" target="lib\net8.0\zxing.XML" /> |
| 110 | + <file src="Build\Release\net9.0\zxing.dll" target="lib\net9.0\zxing.dll" /> |
| 111 | + <file src="Build\Release\net9.0\zxing.pdb" target="lib\net9.0\zxing.pdb" /> |
| 112 | + <file src="Build\Release\net9.0\zxing.XML" target="lib\net9.0\zxing.XML" /> |
105 | 113 | <file src="Build\Release\winrt\zxing.winrt.dll" target="lib\windows8-managed\zxing.winrt.dll" />
|
106 | 114 | <file src="Build\Release\winrt\zxing.winrt.pdb" target="lib\windows8-managed\zxing.winrt.pdb" />
|
107 | 115 | <file src="Build\Release\winrt\zxing.winrt.XML" target="lib\windows8-managed\zxing.winrt.XML" />
|
|
0 commit comments