From 4fba048c1274f4a502669ea8829d95df8417afb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 13 May 2016 13:22:29 +0200 Subject: [PATCH 1/3] Removing non-working NuGet downloads statistics badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ae39ac..b080c38 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Makes it easy to automate git for testing libraries which interact with git. This library was pulled out of [GitVersion](https://github.com/GitTools/GitVersion) so it could be used in other projects. ![License](https://img.shields.io/github/license/gittools/gittools.core.svg) -![NuGet downloads](https://img.shields.io/nuget/dt/gittools.testing.svg) ![Version](https://img.shields.io/nuget/v/gittools.testing.svg) ![Pre-release version](https://img.shields.io/nuget/vpre/gittools.testing.svg) [![Build status](https://ci.appveyor.com/api/projects/status/p43k5vdjqldqavag/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gittools-testing/branch/master) From 4b0d116bea3cc499bd90d40c738b4a2bc0e0911c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 13 May 2016 13:22:49 +0200 Subject: [PATCH 2/3] Fixed icon URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b080c38..527468c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Icon](https://raw.github.com/GitTools/GitTools.Core/develop/GitTools_logo.png) +![Icon](https://raw.github.com/GitTools/GitTools.Core/master/GitTools_logo.png) # GitTools.Testing Makes it easy to automate git for testing libraries which interact with git. This library was pulled out of [GitVersion](https://github.com/GitTools/GitVersion) so it could be used in other projects. From 91a6999a22831f1a329149a6eeceb8c06da43ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 13 May 2016 13:23:06 +0200 Subject: [PATCH 3/3] Added Travis build status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 527468c..0d084ed 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Makes it easy to automate git for testing libraries which interact with git. Thi ![Version](https://img.shields.io/nuget/v/gittools.testing.svg) ![Pre-release version](https://img.shields.io/nuget/vpre/gittools.testing.svg) [![Build status](https://ci.appveyor.com/api/projects/status/p43k5vdjqldqavag/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gittools-testing/branch/master) +[![Build Status](https://travis-ci.org/GitTools/GitTools.Testing.svg?branch=master)](https://travis-ci.org/GitTools/GitTools.Testing) ## Fixtures The main purpose for this library, providing test fixtures which wrap a temporary git repository making it super easy to create test scenarios. For example