SkiaSharp.QrCode Versions Save

Qr Code Generator with Skia. (no System.Drawing)

0.7.0

4 months ago

[!NOTE] This release include security fix for 'SkiaSharp' 2.80.2, which has a known high severity vulnerability, https://github.com/advisories/GHSA-j7hp-h8jx-5ppr

What's Changed

New Contributors

Full Changelog: https://github.com/guitarrapc/SkiaSharp.QrCode/compare/0.6.0...0.7.0

0.6.0

2 years ago

Strong Name Assembly is supported.

ref: https://docs.microsoft.com/en-us/dotnet/standard/assembly/strong-named

What's Changed

New Contributors

Full Changelog: https://github.com/guitarrapc/SkiaSharp.QrCode/compare/0.5.0...0.6.0

0.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/guitarrapc/SkiaSharp.QrCode/compare/0.4.1...0.5.0

0.4.1

3 years ago

This is Linux package dependency fix.

Feature

n/a

Fix

  • fix: libskiasharp dependency. SkiaSharp.QrCode 0.4.0 had explict dependency with SkiaSharp.NativeAssets.Linux 2.80.2, now it's removed.
    • side effect: Must explict add SkiaSharp.NativeAssets.Linux.NoDependencies or SkiaSharp.NativeAssets.Linux when running on Linux. refer README for more detail.

0.4.0

3 years ago

Summary

Features

  • Added functionality to change the color of the qr code. (#10) thanks @AlexGipp
  • Added functionality to add icon to the center of the qr code. (#13) thanks @AlexGipp
  • bump SkiaSharp version from 1.68.0 to 2.80.2 (#17, #24)

Misc

  • add Unit Test for netcore31 and net50 (#22, #23)
  • switch ci to github actions (#24)

Samples

  • add NanoServer samples (#6)
  • add Color and Icon samples (#21)