Last active
August 10, 2017 18:32
-
-
Save bolorundurowb/ae5ce2af140020925cb26643b90253c0 to your computer and use it in GitHub Desktop.
The nuspec definition file for vCardLib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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