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

Icon fixes #3

Merged
merged 3 commits into from
May 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
![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.

![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)
[![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
Expand Down