Skip to content

Commit

Permalink
update Support info
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 11, 2019
1 parent ecb3645 commit 87e356e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prism.Container.Extensions
# Prism.Container.Extensions

The Prism Container Extensions provide various additional extensions making the Prism Container easier to use with Splat, IServiceCollection/IServiceProvider and in scenarios where you may require a Singleton container that may need to be initialized from Platform specific code prior to PrismApplication being created. Note that both the Prism.Container.Extensions and Prism.DryIoc.Extensions are platform agnostic meaning you can use them on WPF or Xamarin Forms.

Expand All @@ -24,6 +24,12 @@ You can add the MyGet CI feed to nuget by adding it as a source in Visual Studio
| Prism.Unity.Forms.Extended | [![UnityFormsExtendedShield]][UnityFormsExtendedNuGet] | [![UnityFormsExtendedMyGetShield]][UnityFormsExtendedMyGet] |
| Shiny.Prism | [![ShinyPrismShield]][ShinyPrismNuGet] | [![ShinyPrismMyGetShield]][ShinyPrismMyGet] |

## Support

If this project helped you reduce time to develop and made your app better, please be sure to star the project help support Dan.

[![GitHub Sponsors](https://github.blog/wp-content/uploads/2019/05/mona-heart-featured.png?fit=600%2C315)](https://xam.dev/sponsor-container-extensions)

## Initialization

The PrismContainerExtension can be initialized automatically and accessed by simply calling `PrismContainerExtension.Current`. You can also create a new container with any of the following methods:
Expand Down

0 comments on commit 87e356e

Please sign in to comment.