Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorederbond <ederbond@hotmail.com>2016-07-16 20:55:23 +0300
committerederbond <ederbond@hotmail.com>2016-07-16 20:55:23 +0300
commit191855e578e65dd22002248c6f70ee351ac3902e (patch)
tree07c6a99f0876a07c2892dda37b73482d1f006e92 /README.md
parent713466e79953ad67aff3e7d0f24ceca4dc0a8591 (diff)
Sorting packages alphabeticaly on README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index f2374de..649f355 100644
--- a/README.md
+++ b/README.md
@@ -48,14 +48,16 @@ Following matrix shows the platform specific support currently available.
| Package | Version | WPF | Win10 UWP | Xamarin.Forms |
|------------------------|------------|:---:|:---:|:---:|
-| [Prism.Unity][5] <sup>(*)</sup> | [![25]][5] | X | X | |
-| [Prism.Unity.Forms][10]| [![30]][10]| | | X |
-| [Prism.Mef][6] <sup>(**)</sup> | [![26]][6] | X | - | - |
| [Prism.Autofac][7] | [![27]][7] | X | X | X |
-| [Prism.DryIoc] | | | | X |
-| [Prism.StructureMap][8]| [![28]][8] | X | | |
+| [Prism.Autofac.Forms][7] | [![27]][7] | | | X |
+| [Prism.DryIoc.Forms] | | | | X |
+| [Prism.Mef][6] <sup>(**)</sup> | [![26]][6] | X | - | - |
| [Prism.Ninject][9] <sup>(*)</sup> | [![29]][9] | X | | |
| [Prism.Ninject.Forms][11]| [![31]][11]| | | X |
+| [Prism.StructureMap][8]| [![28]][8] | X | | |
+| [Prism.Unity][5] <sup>(*)</sup> | [![25]][5] | X | X | |
+| [Prism.Unity.Forms][10]| [![30]][10]| | | X |
+
<sup>(*)</sup> As Xamarin Forms also supports UWP now, adding Prism.Unity or Prism.Ninject puts in some incorrect dependencies. Therefore we created a new package for Xamarin Forms projects.