Files
vCardEditor/README.md
2020-12-28 09:16:30 -05:00

633 B

vCard Editor

A Simple vcf file Editor. vcard editor

  • You can export easily edit (modify, delete) entries of a vcf file with this simple tool.

Thanks for Thought.vCards for his wonderful library of parsing and generating vcf format. https://github.com/drlongnecker/Thought.vCards

Also, I used the MVP pattern from this example : https://github.com/lennykean/NoteCards

Relase note: 0.2 - Updated the vCard library to https://github.com/acastroy/Thought.vCards - Replaced Moq with nsubstitute (Test mocking library).