MixERP.Net.VCards
1.0.0
See the version list below for details.
dotnet add package MixERP.Net.VCards --version 1.0.0
NuGet\Install-Package MixERP.Net.VCards -Version 1.0.0
<PackageReference Include="MixERP.Net.VCards" Version="1.0.0" />
paket add MixERP.Net.VCards --version 1.0.0
#r "nuget: MixERP.Net.VCards, 1.0.0"
// Install MixERP.Net.VCards as a Cake Addin #addin nuget:?package=MixERP.Net.VCards&version=1.0.0 // Install MixERP.Net.VCards as a Cake Tool #tool nuget:?package=MixERP.Net.VCards&version=1.0.0
VCards is a standard-compliant, lightweight, and forgiving vCard parser written in C# which supports parsing and serializing vCards. The following versions are supported:
- Version 2.1
- Version 3.0
- Version 4.0
Product | Versions 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.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. 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. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MixERP.Net.VCards:
Package | Downloads |
---|---|
SunamoVcf
Working with VCF (Virtual Card File) file format |
|
Ahsoka.Extensions.Bluetooth.Classic
Package Description |
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
|
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` string)
- 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)