Skip to content

Commit

Permalink
Merge pull request #2 from maartenkools/feature/badges
Browse files Browse the repository at this point in the history
Added badges to the README and changed the PackageId
  • Loading branch information
maartenkools authored Dec 19, 2018
2 parents 591eefd + c65d75c commit 9b086a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SpecFlow.GenericContainer
A SpecFlow plugin that provides a generic way to implement a custom DI container

[![Build status](https://ci.appveyor.com/api/projects/status/jlhywg2nulwescgy/branch/master?svg=true)](https://ci.appveyor.com/project/maartenkools/specflow-genericcontainer/branch/master)
[![NuGet status](https://img.shields.io/nuget/v/SpecFlow.GenericContainer.svg)](https://www.nuget.org/packages/SpecFlow.GenericContainer/)

# Usage
1. Create a class that implements the `IGenericContainer` interface and wraps your DI container.
2. Create a class that contains a static function with the `ScenarioDependenciesAttribute` that configures the container, and returns your `IGenericContainer` implementation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net45;net462;net47;net471</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageId>SpecFlow.GenericContainer</PackageId>
<PackageLicenseUrl>http://opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<PackageTags>specflow dependency-injection DI inversion-of-control IOC</PackageTags>
<PackageProjectUrl>https://github.com/maartenkools/SpecFlow.GenericContainer</PackageProjectUrl>
Expand Down

0 comments on commit 9b086a7

Please sign in to comment.