Releases: guitarrapc/SkiaSharp.QrCode
Releases · guitarrapc/SkiaSharp.QrCode
0.7.0
Note
This release include security fix for 'SkiaSharp' 2.80.2, which has a known high severity vulnerability, GHSA-j7hp-h8jx-5ppr
What's Changed
- chore: update samples to latest .NET by @guitarrapc in #61
- doc: update README, build name update by @guitarrapc in #62
- feat: bump dotnet runtime support for net8.0 by @guitarrapc in #67
- feat: bump NuGet packages to latest by @guitarrapc in #68
- ci: add dependabot.yaml by @guitarrapc in #69
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #72
- chore(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #73
- chore(deps): bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #70
- chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #71
- ci: fix release should dotnet pack single project by @guitarrapc in #74
New Contributors
- @dependabot made their first contribution in #72
Full Changelog: 0.6.0...0.7.0
0.6.0
Strong Name Assembly is supported.
ref: https://docs.microsoft.com/en-us/dotnet/standard/assembly/strong-named
What's Changed
- feat: add dotnet format and .editorconfig by @guitarrapc in #42
- chore: remove warning for color and alpha test by @guitarrapc in #43
- feat: add Blazor WASM sample by @guitarrapc in #44
- chore: build samples by @guitarrapc in #45
- feat: add Background colour overload by @guitarrapc in #46
- chore: Add Color Selection on BlazorWasm Sample by @guitarrapc in #47
- chore: Consolidate multiple target frameworks test to single csproj by @guitarrapc in #48
- feat: add strong name sign key and props by @guitarrapc in #49
- chore: remove LICENSE.md from nuget package and show MIT instead. by @guitarrapc in #50
- feat: add IDE0049 by @guitarrapc in #52
- [dotnet format] Automated changes by @github-actions in #51
New Contributors
- @github-actions made their first contribution in #51
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Update README.md by @yangzhongke in #30
- fix #36 by @feiyun0112 in #37
- Update QRCodeRenderer.cs by @roger-castaldo in #39
- feat: support netstandard2.1 by @guitarrapc in #40
- feat: add net6.0 test and samples. drop netcoreapp2.2 by @guitarrapc in #41
New Contributors
- @yangzhongke made their first contribution in #30
- @feiyun0112 made their first contribution in #37
- @roger-castaldo made their first contribution in #39
Full Changelog: 0.4.1...0.5.0
0.4.1
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
orSkiaSharp.NativeAssets.Linux
when running on Linux. refer README for more detail.
- side effect: Must explict add
0.4.0
0.3.2
Summary
minor update.
merged pr : feat: Support custom ECC Level by ping · Pull Request #3 · guitarrapc/SkiaSharp.QrCode