From 652f012b71e2490c177bacdc946742aa620c7fbd Mon Sep 17 00:00:00 2001 From: HLourenco Date: Thu, 27 Apr 2017 15:38:29 +0100 Subject: [PATCH] Update List Color --- TrelloNet/Cards/Color.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TrelloNet/Cards/Color.cs b/TrelloNet/Cards/Color.cs index c6a312c..fbd19bf 100644 --- a/TrelloNet/Cards/Color.cs +++ b/TrelloNet/Cards/Color.cs @@ -7,6 +7,10 @@ public enum Color Orange, Red, Purple, + Sky, + Lime, + Pink, + Black, Blue } -} \ No newline at end of file +}