MixERP.Net.VCards
1.0.7
Install-Package MixERP.Net.VCards -Version 1.0.7
dotnet add package MixERP.Net.VCards --version 1.0.7
<PackageReference Include="MixERP.Net.VCards" Version="1.0.7" />
paket add MixERP.Net.VCards --version 1.0.7
#r "nuget: MixERP.Net.VCards, 1.0.7"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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