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
<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 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. |
-
.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 (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` 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