manuelbl / SwissQRBill.NET

.NET library for Swiss QR bill payment slips (aka QR-Rechnung)
MIT License
88 stars 33 forks source link

Graphics format PNG not available #40

Closed Netclick19 closed 2 years ago

Netclick19 commented 2 years ago

Hi,

I've a working .net 4.8 project that generates QR bill with Codecrete.SwissQRBill.Generator 2.5.3 version. I've tryed to update to 3.0.0 version but I got this exception. Graphics format PNG not available (are you missing the NuGet package Codecrete.SwissQRBill.Generator?) I've this packages installed: Codecrete.SwissQRBill.Generator 3.0.0 and Net.Codecrete.QrCodeGenerator 2.0.1 Try to with Codecrete.SwissQRBill.Core 3.0.0 (same result)

What I have to do to get the last version working?

Kind regards.

manuelbl commented 2 years ago

Thanks for reporting the issue. I can reproduce it.

I will investigate it further and hopefully soon publish a fixed version.

chaelli commented 2 years ago

same issue on .net core 6. btw - thanks for the library!

manuelbl commented 2 years ago

Release 3.0.1 has been published. It addresses this issue.

chaelli commented 2 years ago

solved it for me - thanks

Netclick19 commented 2 years ago

Solved it for me too. Thank you for your well job!