https://github.com/dlemstra/qrcodecore
A cross-platform .NET library to create QR Codes
https://github.com/dlemstra/qrcodecore
Last synced: 3 months ago
JSON representation
A cross-platform .NET library to create QR Codes
- Host: GitHub
- URL: https://github.com/dlemstra/qrcodecore
- Owner: dlemstra
- License: apache-2.0
- Created: 2016-07-06T14:44:25.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T13:17:08.000Z (7 months ago)
- Last Synced: 2025-11-30T19:58:23.216Z (7 months ago)
- Language: C#
- Size: 1.25 MB
- Stars: 24
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
# QRCodeCore
[](https://github.com/dlemstra/QRCodeCore/actions)
QRCodeCore is a cross-platform .NET library to create QR Codes that works in Netstandard 2.0.
### Release
The latest release is available on [NuGet](https://www.nuget.org/packages/QRCodeCore).
### Credits
QRCodeCore is based on the work of Raffael Herrmann who wrote the [QRCoder library](https://github.com/codebude/QRCoder).