Releases: manuelbl/QrCodeGenerator
Releases · manuelbl/QrCodeGenerator
v2.1.0: PNG image / Structured Append
v2.0.7: Fix for mask penalty algorithm
- Fixes a bug in the mask penalty algorithm
v2.0.6: Fix for IndexOutOfRangeException
- Fixes an IndexOutOfRangeException
v2.0.5: Enable trimming
- Enable trimming for .NET 6
v2.0.4: Minor enhancements
- Fix problem with SVG generation with Norwegian locale
- BMP bitmap generation added
v2.0.3: Minor enhancements
- QR code as graphics path for SVG and XAML
- Smaller SVGs
v2.0.2: Minor enhancements
- QR code as graphics path for SVG and XAML
- Smaller SVGs
v2.0.1: Minor enhancements
- Include documentation into NuGet package
v2.0.0: .NET 6 compatibility
- Fully compatible with .NET 6 (no longer depends on System.Drawing)
- Separate ToBitmap() implementations for System.Drawing, SkiaSharp and ImageSharp
v1.6.1: Minor enhancements
- Add color support