Skip to content

Releases: manuelbl/QrCodeGenerator

v2.0.5: Enable trimming

23 Mar 16:27
Compare
Choose a tag to compare
  • Enable trimming for .NET 6

v2.0.4: Minor enhancements

13 Oct 13:25
Compare
Choose a tag to compare
  • Fix problem with SVG generation with Norwegian locale
  • BMP bitmap generation added

v2.0.3: Minor enhancements

04 Jul 13:21
Compare
Choose a tag to compare
  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.2: Minor enhancements

04 Jul 12:59
Compare
Choose a tag to compare
  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.1: Minor enhancements

10 Dec 23:11
Compare
Choose a tag to compare
  • Include documentation into NuGet package

v2.0.0: .NET 6 compatibility

14 Nov 14:45
Compare
Choose a tag to compare
  • 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

19 Oct 14:36
Compare
Choose a tag to compare
  • Add color support

v1.6.0: Strong-named assembly

05 Jul 19:48
Compare
Choose a tag to compare

Assembly is now strong-named

Improved pattern detection

20 Oct 21:56
Compare
Choose a tag to compare

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

20 Feb 20:03
Compare
Choose a tag to compare

Feature complete (same as the Java version of Project Nayuki's QR Code Generator).

The main difference are some performance improvements.