@@ -56,7 +56,7 @@ These are the base packages for each platform, together with the Prism's Core as
5656| Cross Platform | [ Prism.Container.Unity] [ ContainerUnityNuGet ] | [ ![ ContainerUnityNuGetShield]] [ ContainerUnityNuGet ] | [ ![ ContainerUnityPrismNuGetShield]] [ CorePrismNuGet ] |
5757| WPF | [ Prism.Wpf] [ WpfNuGet ] | [ ![ WpfNuGetShield]] [ WpfNuGet ] | [ ![ WpfPrismNuGetShield]] [ WpfPrismNuGet ] |
5858| Avalonia | [ Prism.Avalonia] [ AvaloniaNuGet ] | [ ![ AvaloniaNuGetShield]] [ AvaloniaNuGet ] | [ ![ AvaloniaPrismNuGetShield]] [ AvaloniaPrismNuGet ] |
59- | Xamarin.Forms | [ Prism.Forms ] [ FormsNuGet ] | [ ![ FormsNuGetShield ]] [ FormsNuGet ] | [ ![ FormsPrismNuGetShield ]] [ FormsPrismNuGet ] |
59+ | .NET MAUI | [ Prism.Maui ] [ MauiNuGet ] | [ ![ MauiNuGetShield ]] [ MauiNuGet ] | [ ![ MauiPrismNuGetShield ]] [ MauiPrismNuGet ] |
6060| Uno Platform and WinUI | [ Prism.Uno] [ UnoNuGet ] | [ ![ UnoNuGetShield]] [ UnoNuGet ] | [ ![ UnoPrismNuGetShield]] [ UnoPrismNuGet ] |
6161
6262### Container-specific packages
@@ -76,13 +76,13 @@ Each supported IoC container has its own package assisting in the setup and usag
7676| ---------| -------| -------|
7777| [ Prism.DryIoc.Avalonia] [ DryIocAvaloniaNuGet ] | [ ![ DryIocAvaloniaNuGetShield]] [ DryIocAvaloniaNuGet ] | [ ![ DryIocAvaloniaPrismNuGetShield]] [ DryIocAvaloniaPrismNuGet ] |
7878
79- #### Xamarin Forms
79+ #### .NET MAUI
8080
8181| Package | NuGet | Commercial Plus Feed |
8282| ---------| -------| -------|
83- | [ Prism.DryIoc.Forms ] [ DryIocFormsNuGet ] | [ ![ DryIocFormsNuGetShield ]] [ DryIocFormsNuGet ] | [ ![ DryIocFormsPrismNuGetShield ]] [ DryIocFormsPrismNuGet ] |
84- | [ Prism.Unity.Forms ] [ UnityFormsNuGet ] | [ ![ UnityFormsNuGetShield ]] [ UnityFormsNuGet ] | [ ![ UnityFormsPrismNuGetShield ]] [ UnityFormsPrismNuGet ] |
85- | [ Prism.Forms.Regions ] [ PrismFormsRegionsNuget ] | [ ![ PrismFormsRegionsNuGetShield ]] [ PrismFormsRegionsNuGet ] | [ ![ PrismFormsRegionsPrismNuGetShield ]] [ PrismFormsRegionsPrismNuGet ] |
83+ | [ Prism.Maui ] [ MauiNuGet ] | [ ![ MauiNuGetShield ]] [ MauiNuGet ] | [ ![ MauiPrismNuGetShield ]] [ MauiPrismNuGet ] |
84+ | [ Prism.DryIoc.Maui ] [ DryIocMauiNuGet ] | [ ![ DryIocMauiNuGetShield ]] [ DryIocMauiNuGet ] | [ ![ DryIocMauiPrismNuGetShield ]] [ DryIocMauiPrismNuGet ] |
85+ | [ Prism.Maui.Rx ] [ MauiRxNuGet ] | [ ![ MauiRxNuGetShield ]] [ MauiRxNuGet ] | [ ![ MauiRxPrismNuGetShield ]] [ MauiRxPrismNuGet ] |
8686
8787#### Uno Platform
8888
@@ -99,9 +99,8 @@ A detailed overview of each assembly per package is available [here](http://pris
9999For stable samples be sure to check out the samples repo for the platform you are most interested in.
100100
101101- [ Prism for WPF Samples] ( https://github.com/PrismLibrary/Prism-Samples-Wpf )
102- - [ Prism for Xamarim.Forms ] ( https://github.com/PrismLibrary/Prism-Samples-Forms )
102+ - [ Prism for .NET MAUI ] ( https://github.com/PrismLibrary/Prism-Samples-Maui )
103103- [ Prism for Uno Platform] ( # ) (Coming soon)
104- - [ Prism for .NET MAUI] ( # ) (Coming soon)
105104- [ Prism for Avalonia] ( https://github.com/AvaloniaCommunity/Prism.Avalonia/tree/develop/e2e )
106105
107106## Contributing
@@ -118,12 +117,9 @@ We strongly encourage you to get involved and help us evolve the code base.
118117[ WpfNuGet ] : https://www.nuget.org/packages/Prism.Wpf/
119118[ UnoNuGet ] : https://www.nuget.org/packages/Prism.Uno.WinUI/
120119[ AvaloniaNuGet ] : https://www.nuget.org/packages/Prism.Avalonia/
121- [ FormsNuget ] : https://www.nuget.org/packages/Prism.Forms/
122-
123- [ PrismFormsRegionsNuGet ] : https://www.nuget.org/packages/Prism.Forms.Regions/
124- [ PrismFormsRegionsPrismNuGet ] : #
125- [ PrismFormsRegionsNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Forms.Regions.svg
126- [ PrismFormsRegionsPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Forms.Regions/vpre
120+ [ MauiNuGet ] : https://www.nuget.org/packages/Prism.Maui/
121+ [ DryIocMauiNuGet ] : https://www.nuget.org/packages/Prism.DryIoc.Maui/
122+ [ MauiRxNuGet ] : https://www.nuget.org/packages/Prism.Maui.Rx/
127123
128124[ DryIocWpfNuGet ] : https://www.nuget.org/packages/Prism.DryIoc/
129125[ UnityWpfNuGet ] : https://www.nuget.org/packages/Prism.Unity/
@@ -137,7 +133,9 @@ We strongly encourage you to get involved and help us evolve the code base.
137133[ ContainerDryIocNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Container.DryIoc.svg
138134[ ContainerUnityNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Container.Unity.svg
139135[ WpfNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Wpf.svg
140- [ FormsNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Forms.svg
136+ [ MauiNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Maui.svg
137+ [ DryIocMauiNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.DryIoc.Maui.svg
138+ [ MauiRxNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Maui.Rx.svg
141139[ UnoNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Uno.WinUI.svg
142140
143141[ DryIocWpfNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.DryIoc.svg
@@ -146,22 +144,19 @@ We strongly encourage you to get involved and help us evolve the code base.
146144[ AvaloniaNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Avalonia.svg
147145[ DryIocAvaloniaNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.DryIoc.Avalonia.svg
148146
149- [ DryIocFormsNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.DryIoc.Forms.svg
150- [ UnityFormsNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.Unity.Forms.svg
151-
152147[ DryIocUnoPlatformNuGetShield ] : https://img.shields.io/nuget/vpre/Prism.DryIoc.Uno.WinUI.svg
153148
154149[ CorePrismNuGet ] : #
155150[ WpfPrismNuGet ] : #
156- [ FormsPrismNuGet ] : #
151+ [ MauiPrismNuGet ] : #
157152[ UnoPrismNuGet ] : #
158153[ AvaloniaPrismNuGet ] : #
159154
160155[ DryIocWpfPrismNuGet ] : #
161156[ UnityWpfPrismNuGet ] : #
162157
163- [ UnityFormsPrismNuGet ] : #
164- [ DryIocFormsPrismNuGet ] : #
158+ [ DryIocMauiPrismNuGet ] : #
159+ [ MauiRxPrismNuGet ] : #
165160
166161[ DryIocAvaloniaPrismNuGet ] : #
167162
@@ -175,7 +170,9 @@ We strongly encourage you to get involved and help us evolve the code base.
175170[ WpfPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Wpf/vpre
176171[ AvaloniaPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Avalonia/vpre
177172[ UnoPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Uno.WinUI/vpre
178- [ FormsPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Forms/vpre
173+ [ MauiPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Maui/vpre
174+ [ DryIocMauiPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.DryIoc.Maui/vpre
175+ [ MauiRxPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Maui.Rx/vpre
179176
180177[ DryIocWpfPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.DryIoc/vpre
181178[ UnityWpfPrismNuGetShield ] : https://nuget.prismlibrary.com/shield/Prism.Unity/vpre
0 commit comments