From 84bd189805347d3dc8104a9d412ce803cb28c347 Mon Sep 17 00:00:00 2001 From: "Jody L. Whitlock" Date: Sat, 11 Mar 2017 00:02:44 -0600 Subject: [PATCH 1/2] Made build table a little more readable --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9989400..dadabca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ CoreSpeed ========= -CoreSpeed is an implementation of SpeedTest.Net using .Net Standard (Core). +CoreSpeed is an implementation of SpeedTest.Net using .Net Standard. Included is a test client for both .NET Core (ConsoleClient) and a UWP console app (UWPConsoleClient) for testing. Currently the only CLI cross-platform solution is a Python script, so I wanted to build a robust compiled solution that can run cross-platform and independent of having to have Python and it's various modules installed. @@ -9,7 +9,10 @@ Currently the only CLI cross-platform solution is a Python script, so I wanted t ### Build status of branches -| Source | Branch | Status | -|-------:|-------:|-------:| + +| Source | Master Build | Development Build | +|--------:|-----------------:|----------------------:| +| AppVeyor| [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/master?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/development?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/development)| + From 1779c90b3e5b08e6bc748f57ff7f7934c52a46a8 Mon Sep 17 00:00:00 2001 From: "Jody L. Whitlock" Date: Sat, 11 Mar 2017 00:03:19 -0600 Subject: [PATCH 2/2] Removed stale comments --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dadabca..ccf3639 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,4 @@ Currently the only CLI cross-platform solution is a Python script, so I wanted t | Source | Master Build | Development Build | |--------:|-----------------:|----------------------:| | AppVeyor| [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/master?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/development?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/development)| - +