Skip to content

Commit

Permalink
chg - Changed some text
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 29, 2024
1 parent d6f8850 commit 14de3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VisualCard.ShowContacts/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ static void Main(string[] args)
TextWriterColor.Write("Contact URL: {0}", url[0].Url ?? "");
if (note.Length > 0)
TextWriterColor.Write("Contact Note: {0}", note[0].Note ?? "");
TextWriterColor.Write("Contact kind: {0}", Contact.CardKind);
TextWriterColor.Write("Card kind: {0}", Contact.CardKind);

// Print VCard
string raw = Contact.SaveToString();
TextWriterColor.WriteColor(
"\nRaw VCard\n" +
"---------\n"
"\nRaw vCard representation\n" +
"------------------------\n"
, ConsoleColors.Green
);
TextWriterColor.Write(raw);
Expand Down

0 comments on commit 14de3ee

Please sign in to comment.