Thought.vCards 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Thought.vCards --version 1.0.3
NuGet\Install-Package Thought.vCards -Version 1.0.3
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="Thought.vCards" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thought.vCards --version 1.0.3
#r "nuget: Thought.vCards, 1.0.3"
#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 Thought.vCards as a Cake Addin
#addin nuget:?package=Thought.vCards&version=1.0.3

// Install Thought.vCards as a Cake Tool
#tool nuget:?package=Thought.vCards&version=1.0.3

Adds base64 support for adding vCard Photo

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 41,304 4/12/2017
1.0.8 1,182 3/21/2017
1.0.7 22,847 1/16/2014
1.0.6 1,204 1/15/2014
1.0.5 1,329 12/6/2013
1.0.4 1,468 10/10/2013
1.0.3 1,274 10/10/2013
1.0.2 1,373 9/18/2013
1.0.1 1,610 3/14/2013
1.0.0 1,431 3/5/2013

Adds support to create a vCardPhoto from an existing base64 string of text. This removes the step of having to encode to a byte stream if you already have a base64 encoded image.