codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.59k stars 1.09k forks source link

Split PayloadGenerator into a separate file for each class #556

Closed Shane32 closed 4 months ago

Shane32 commented 4 months ago

Summary

This PR breaks apart the PayloadGenerator.cs file into individual files for each payload, grouped into a solution folder. No code has been changed. Also the supporting classes for QRCodeGenerator, while already split, have been moved into a solution folder.

Test plan

Existing tests and API approvals verify that no code has changed.