From cc3bc0fc3a33b74e36ec4f419498ee740d5458bb Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 20 Apr 2015 01:10:07 -0400 Subject: [PATCH] remove todo section --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 53f9bc9..45c6279 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,3 @@ var t = new Repository().Get(ts, "tparnell"); * There are no special instructions, submit pull requests against the master branch. * Releases to nuget occur on successful release branch builds. * The only reason I do not publish on master, is because sometimes commits can just contain readme files, or unit tests changes that do not affect the nuget package - -## TODO - -* Actually Make unit tests -* Add authentication layer -* Implement API calls that require authentication tokens -* Coveralls? -* Code Quality? -* Exception Handling?