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

Commit 22ca7f8

Browse files
authored
Add shields to README (#10)
1 parent 10de7a5 commit 22ca7f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# SpecFlow.DependencyInjection
22

3+
[![GitHub License](https://img.shields.io/github/license/solidtoken/SpecFlow.DependencyInjection.svg)](https://github.com/solidtoken/SpecFlow.DependencyInjection/blob/master/LICENSE)
4+
[![GitHub Issues](https://img.shields.io/github/issues/solidtoken/SpecFlow.DependencyInjection.svg)](https://github.com/solidtoken/SpecFlow.DependencyInjection/issues)
5+
[![Azure Build](https://img.shields.io/azure-devops/build/solidtoken/GitHub/8.svg)](https://solidtoken.visualstudio.com/GitHub/_build/latest?definitionId=8&branchName=master)
6+
[![NuGet Package](https://img.shields.io/nuget/v/SolidToken.SpecFlow.DependencyInjection.svg)](https://www.nuget.org/packages/SolidToken.SpecFlow.DependencyInjection)
7+
38
SpecFlow plugin for using Microsoft.Extensions.DependencyInjection as a dependency injection framework.
49

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

11-
License: MIT (https://github.com/solidtoken/SpecFlow.DependencyInjection/blob/master/LICENSE)
12-
13-
NuGet: https://www.nuget.org/packages/SolidToken.SpecFlow.DependencyInjection
14-
1516
## Usage
1617

1718
Install plugin from NuGet into your SpecFlow project.

0 commit comments

Comments
 (0)