codebude / QRCoder

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

No Organization Value for VCARD2.1 to VCARD 4 #288

Closed cheahengsoon closed 3 years ago

cheahengsoon commented 3 years ago

Type of issue

[X] Bug
[X] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement

Expected Behavior

The VCard should had the Organization value, I had go through from VCARD2.1,VCARD3,and VCARD 4 also cant see the organization value

Current Behavior

Currently,VCARD2.1,VCARD3,and VCARD 4 did not shown the organization value

VCard3

Steps to Reproduce (for bugs)

Here with my code snip ContactData generator = new ContactData(ContactData.ContactOutputType.VCard3, firstname, lastname, knownas, officeMobile, officeMobile, officeMobile, emailaddress,null,"","","","","","","","");

Your Environment

codebude commented 3 years ago

Hi @cheahengsoon ,

the organization was just added to the library. (Within the follow PR https://github.com/codebude/QRCoder/pull/276 ) Currently the feature is only available in the nightly builds: https://www.myget.org/feed/qrcoder/package/nuget/QRCoder (e.g. version 1.4.2-CI0000008)

The feature will show up in the official Nuget package when the next version (1.4.2) is officially released.