Skip to content

Instantly share code, notes, and snippets.

@bolorundurowb
Last active August 10, 2017 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolorundurowb/ae5ce2af140020925cb26643b90253c0 to your computer and use it in GitHub Desktop.
Save bolorundurowb/ae5ce2af140020925cb26643b90253c0 to your computer and use it in GitHub Desktop.
The nuspec definition file for vCardLib
<?xml version="1.0"?>
<package >
<metadata>
<id>vCardLib.dll</id>
<title>vCardLib</title>
<version>2.2.2</version>
<summary>A library to read and write vcf files</summary>
<authors>Bolorunduro Winner-Timothy Bamidele</authors>
<owners>bolorundurowb</owners>
<licenseUrl>https://github.com/bolorundurowb/vCardLib/blob/master/LICENSE</licenseUrl>
<projectUrl>https://bolorundurowb.github.io/vCardLib/</projectUrl>
<iconUrl>http://www.iconarchive.com/download/i48687/custom-icon-design/pretty-office-2/contact.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>vCardLib is a .NET library to help developers read either single or multiple contacts from a single vcf file or StreamReader.</description>
<releaseNotes>Adds support for encoding when reading vcf files and optional encoding when writing the vcf files</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>vCard vcf library Read Multiple Contacts</tags>
</metadata>
<files>
<file src="lib/**/**/*.dll" target="lib" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment