Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 478e8be

Browse files
committed
Merge pull request #3 from asbjornu/feature/icon-fixes
Icon fixes
2 parents 826d1dc + 91a6999 commit 478e8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
![Icon](https://raw.github.com/GitTools/GitTools.Core/develop/GitTools_logo.png)
1+
![Icon](https://raw.github.com/GitTools/GitTools.Core/master/GitTools_logo.png)
22

33
# GitTools.Testing
44
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.
55

66
![License](https://img.shields.io/github/license/gittools/gittools.core.svg)
7-
![NuGet downloads](https://img.shields.io/nuget/dt/gittools.testing.svg)
87
![Version](https://img.shields.io/nuget/v/gittools.testing.svg)
98
![Pre-release version](https://img.shields.io/nuget/vpre/gittools.testing.svg)
109
[![Build status](https://ci.appveyor.com/api/projects/status/p43k5vdjqldqavag/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gittools-testing/branch/master)
10+
[![Build Status](https://travis-ci.org/GitTools/GitTools.Testing.svg?branch=master)](https://travis-ci.org/GitTools/GitTools.Testing)
1111

1212
## Fixtures
1313
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

0 commit comments

Comments
 (0)