MixERP.Net.VCards 1.0.7

dotnet add package MixERP.Net.VCards --version 1.0.7
NuGet\Install-Package MixERP.Net.VCards -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MixERP.Net.VCards" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MixERP.Net.VCards --version 1.0.7
#r "nuget: MixERP.Net.VCards, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MixERP.Net.VCards as a Cake Addin
#addin nuget:?package=MixERP.Net.VCards&version=1.0.7

// Install MixERP.Net.VCards as a Cake Tool
#tool nuget:?package=MixERP.Net.VCards&version=1.0.7

VCards is your modern day vCard library which is feature complete, fully tested, cross-platform, liberally licensed, 100% standard-compliant, lightweight, and includes a shamelessly forgiving parser. This fully supports vCard(s) having version up to  4.0 including additional support for the custom extensions.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 is compatible.  netstandard1.5 is compatible.  netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MixERP.Net.VCards:

Package Downloads
SunamoVcf

Working with VCF (Virtual Card File) file format

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MixERP.Net.VCards:

Repository Stars
manuelbl/QrCodeGenerator
QR Code Generator for .NET
Version Downloads Last updated
1.0.7 225,721 2/20/2017
1.0.6 1,629 2/16/2017
1.0.5 1,779 2/15/2017
1.0.4 1,646 2/15/2017
1.0.2 1,636 2/14/2017
1.0.1 1,544 2/14/2017
1.0.0 1,917 2/14/2017

Supported V2 Features:

For more info, please see the [specifications here](https://www.imc.org/pdi/vcard-21.txt)

- Formatted Name (`FN` string)
- Last Name (`N` string)
- First Name (`N` string)
- Middle Name (`N` string)
- Prefix (`N` string)
- Suffix (`N` string)
- BirthDay (`BDAY` DateTime?)
- Addresses (`ADR` complex enumerable)
- Delivery Address (`LABEL` complex)
- Telephones (`TEL` complex enumerable)
- Emails  (`EMAIL` complex enumerable)
- Mailer (`MAILER` string)
- Title (`TITLE` string)
- Role (`ROLE` string)
- TimeZone (`TITLE` TimeZoneInfo)
- Logo (`LOGO` string, Base64 Encoded)
- Photo (`PHOTO` string, Base64 Encoded)
- Note (`NOTE` string)
- Last Revision (`REV` DateTime?)
- Url (`URL` Uri)
- Unique Identifier (`UID` string)
- Version (`VERSION` enum)
- Organization (`ORG` string)
- OrganizationalUnit (`ORG` string)
- Longitude (`GEO` double)
- Latitude (`GEO` double)

Supported V3 Features:

For more info, please see the [RFC 2426 specifications here](https://www.ietf.org/rfc/rfc2426.txt)
- Nick Name (`NICKNAME` string)
- Categories (`CATEGORIES` string[])
- Sort String (`SORT-STRING` string)
- Sound (`SOUND` string, Base64 Encoded)
- Key  (`KEY` string, Base64 Encoded)
- Classification (`CLASS` string)

Supported V4 Features:

For more info, please see the [RFC 6350 specifications here](https://www.ietf.org/rfc/rfc6350.txt)

- Source (`SOURCE` Uri)
- Kind (`KIND` enum)
- Anniversary (`ANNIVERSARY` DateTime?)
- Gender (`GENDER` enum)
- Impps (`IMPP` complex ienumerable)
- Languages (`LANG` complex enumerable)
- Relations (`RELATED` complex enumerable)
- Calendar User Addresses (`CALADRURI` Uri enumerable)
- Calendar Addresses (`CALURI` complex enumerable)

Plus:

- Custom (Non Standard) Extensions