6.0.0
angusmillar
released this
12 Mar 13:45
·
2 commits
to release/6.0.0
since this release
.NET 6 Update
Switch from Bitmap to SKData datatypes for QR Code image files with .NET 6 update
As the System.Drawing.Common NuGet package is now attributed as a Windows-specific library, and it can no longer be used in multi-platform libraries. This library's SmartHealthCard.QRCode project has switched to the SkiaSharp library and its SKData datatype for the QR Code images rather than the older Bitmap datatype. You can read more about this change from Microsoft here: System.Drawing.Common only supported on Windows The SHC.EncoderDemo below shows the use of this new datatype.