Releases: manuelbl/QrCodeGenerator
Releases · manuelbl/QrCodeGenerator
v2.0.5: Enable trimming
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
v1.6.0: Strong-named assembly
Assembly is now strong-named
Improved pattern detection
More sophisticated and accurate algorithm for detecting finder like pattern (feature parity with version 1.5.0 of Nayuki's library)
v1.4.1: Initial stable release
Feature complete (same as the Java version of Project Nayuki's QR Code Generator).
The main difference are some performance improvements.