Exostasis.QR is a C# QR Code generator for standard QR codes.
Exostasis.QR is distributed using the GNU GPL license view full license
##NuGet Installation Instructions The name of the NuGet package is Exostasis.QR. You can install via: searching through NuGet Package Manager, command line through package manager console, or through the nuget cli using the package that exists in this repo under the nuget folder
##Features
- QR code versions 1 - 40 in the following modes:
- Numeric Mode (Regex: ^[0-9]+$)
- Alphanumeric Mode (Regex: ^[0-9a-z$%*+-./: ]+$)
- Byte Mode (ISO-8859-1)
- Dynamic mode detection
##Future Improvements
- Full Asynchronous Implementation
- Potentially Kanji support by request
- Addition of Test Project to verify changes do not break the code