Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cheahengsoon opened this issue May 11, 2021 · 1 comment
Closed

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

cheahengsoon opened this issue May 11, 2021 · 1 comment

Comments

@cheahengsoon
Copy link

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

  • Version used: 1.4.1
  • Environment (.NET 3.5, .NET 4.X, .NETCore, ...): ASP.NET FRAMEWROK 4.7.2
@codebude
Copy link
Owner

Hi @cheahengsoon ,

the organization was just added to the library. (Within the follow PR #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants