SmartHealthCard.QRCode
6.0.0
See the version list below for details.
dotnet add package SmartHealthCard.QRCode --version 6.0.0
NuGet\Install-Package SmartHealthCard.QRCode -Version 6.0.0
<PackageReference Include="SmartHealthCard.QRCode" Version="6.0.0" />
paket add SmartHealthCard.QRCode --version 6.0.0
#r "nuget: SmartHealthCard.QRCode, 6.0.0"
// Install SmartHealthCard.QRCode as a Cake Addin #addin nuget:?package=SmartHealthCard.QRCode&version=6.0.0 // Install SmartHealthCard.QRCode as a Cake Tool #tool nuget:?package=SmartHealthCard.QRCode&version=6.0.0
FHIR SMART Health Card JWS token QR Code encoder libaray
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Net.Codecrete.QrCodeGenerator (>= 2.0.1)
- Newtonsoft.Json (>= 13.0.1)
- SkiaSharp (>= 2.80.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 1,011 | 11/25/2023 |
6.0.0 | 3,807 | 4/14/2022 |
5.0.0 | 1,929 | 4/14/2022 |
1.0.1 | 1,819 | 8/31/2021 |
1.0.0 | 392 | 6/11/2021 |
0.1.0-alpha.2 | 190 | 5/28/2021 |
0.1.0-alpha.1 | 180 | 5/27/2021 |
Update to .NET 6. With .NET 6 the System.Drawing.Common libaray has moved to windows only support. To allow cross-platform support this SmartHealthCare.QRCode libaray now replaced that libaray with SkiaSharp as per the Microsoft advice found here: https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only . This now means that Bitmap typed objects are no loner retruned for the QRCode image files, rather SKBitmap types are now retuned. However their use is much the same, see the SmartHealthCard.EncoderDemo for an example of their use.