From 9938b4958d80a0d348cc99e438dde5712b76eb77 Mon Sep 17 00:00:00 2001 From: "suhendra.utet" Date: Thu, 14 Apr 2016 16:41:59 -0500 Subject: [PATCH] More color label names --- 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..9beef8d 100644 --- a/TrelloNet/Cards/Color.cs +++ b/TrelloNet/Cards/Color.cs @@ -7,6 +7,10 @@ public enum Color Orange, Red, Purple, - Blue + Blue, + Sky, + Lime, + Pink, + Black } } \ No newline at end of file