Skip to content

Commit

Permalink
documentation: Added dependency resolver packages to README (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII authored and glennawatson committed Jan 21, 2019
1 parent b97eb95 commit 941e403
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ Splat currently supports:
* Xamarin (Android, iOS and Mac)
* .NET Standard 1.0 and 2.0

### Dependency Resolver Packages
For each of the provided dependency resolver adapters, there is a specific package that allows the service locator to be implemented by another ioc container.

| Container | NuGet |
|---------|-------|
| [Splat.Autofac][SplatAutofacNuGet] | [![SplatAutofacBadge]][SplatAutofacNuGet]
| [Splat.SimpleInjector][SplatSimpleInjectorNuGet] | [![SplatSimpleInjectorBadge]][SplatSimpleInjectorNuGet] |

[SplatAutofacNuGet]: https://www.nuget.org/packages/Splat.Autofac/
[SplatAutofacBadge]: https://img.shields.io/nuget/v/Splat.Autofac.svg
[SplatSimpleInjectorNuGet]: https://www.nuget.org/packages/Splat.SimpleInjector/
[SplatSimpleInjectorBadge]: https://img.shields.io/nuget/v/Splat.SimpleInjector.svg

## Cross-platform Image Loading

```cs
Expand Down

0 comments on commit 941e403

Please sign in to comment.