Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Add shields to README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhoek authored Jul 17, 2019
1 parent 10de7a5 commit 22ca7f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SpecFlow.DependencyInjection

[![GitHub License](https://img.shields.io/github/license/solidtoken/SpecFlow.DependencyInjection.svg)](https://github.com/solidtoken/SpecFlow.DependencyInjection/blob/master/LICENSE)
[![GitHub Issues](https://img.shields.io/github/issues/solidtoken/SpecFlow.DependencyInjection.svg)](https://github.com/solidtoken/SpecFlow.DependencyInjection/issues)
[![Azure Build](https://img.shields.io/azure-devops/build/solidtoken/GitHub/8.svg)](https://solidtoken.visualstudio.com/GitHub/_build/latest?definitionId=8&branchName=master)
[![NuGet Package](https://img.shields.io/nuget/v/SolidToken.SpecFlow.DependencyInjection.svg)](https://www.nuget.org/packages/SolidToken.SpecFlow.DependencyInjection)

SpecFlow plugin for using Microsoft.Extensions.DependencyInjection as a dependency injection framework.

Based on https://github.com/gasparnagy/SpecFlow.Autofac ([Apache License 2.0](https://github.com/gasparnagy/SpecFlow.Autofac/blob/master/LICENSE))
Expand All @@ -8,10 +13,6 @@ Currently supports:
* [SpecFlow v3.0](https://www.nuget.org/packages/SpecFlow/3.0)
* [Microsoft.Extensions.DependencyInjection v2.2](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/2.2)

License: MIT (https://github.com/solidtoken/SpecFlow.DependencyInjection/blob/master/LICENSE)

NuGet: https://www.nuget.org/packages/SolidToken.SpecFlow.DependencyInjection

## Usage

Install plugin from NuGet into your SpecFlow project.
Expand Down

0 comments on commit 22ca7f8

Please sign in to comment.