Prism.Plugin.Popups.Autofac
2.1.0.228
The container specific package for the Popups Plugin should not be used. You should use Prism.Plugin.Popups instead.
dotnet add package Prism.Plugin.Popups.Autofac --version 2.1.0.228
NuGet\Install-Package Prism.Plugin.Popups.Autofac -Version 2.1.0.228
<PackageReference Include="Prism.Plugin.Popups.Autofac" Version="2.1.0.228" />
paket add Prism.Plugin.Popups.Autofac --version 2.1.0.228
#r "nuget: Prism.Plugin.Popups.Autofac, 2.1.0.228"
// Install Prism.Plugin.Popups.Autofac as a Cake Addin
#addin nuget:?package=Prism.Plugin.Popups.Autofac&version=2.1.0.228
// Install Prism.Plugin.Popups.Autofac as a Cake Tool
#tool nuget:?package=Prism.Plugin.Popups.Autofac&version=2.1.0.228
[DEPRECATED] Please use Prism.Plugin.Popups instead. Prism Autofac Plugin for Xamarin Forms to provide Popup Navigation
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Prism.Autofac.Forms (>= 7.1.0.431)
- Prism.Plugin.Popups (>= 2.1.0.228)
-
.NETStandard 2.0
- Prism.Autofac.Forms (>= 7.1.0.431)
- Prism.Plugin.Popups (>= 2.1.0.228)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0.228 | 7,364 | 10/16/2018 | |
2.1.0.182-pre | 642 | 9/23/2018 | |
2.0.0.528-pre | 848 | 4/2/2018 | |
2.0.0-pre6 | 1,131 | 3/12/2018 | |
2.0.0-pre4 | 988 | 1/5/2018 | |
2.0.0-pre3 | 1,048 | 9/22/2017 | |
2.0.0-pre2 | 798 | 8/2/2017 | |
2.0.0-pre1 | 990 | 3/28/2017 | |
1.1.0 | 7,322 | 3/26/2017 | |
1.1.0-pre5 | 898 | 2/27/2017 | |
1.1.0-pre4 | 811 | 2/15/2017 | |
1.1.0-pre2 | 810 | 1/19/2017 | |
1.1.0-pre1 | 823 | 1/17/2017 | |
1.0.1 | 1,056 | 10/18/2016 | |
1.0.0 | 931 | 10/13/2016 | |
1.0.0-pre1 | 1,150 | 9/23/2016 |
- Targets Prism 7.1
- Targets Rg.Plugins.Popup 1.1.4.154
- Deprecates all container specific packages in favor of abstracted Prism.Plugin.Popups package
- v1 Navigation Extensions `PopupGoBackAsync` & `PushPopupAsync` have been removed in favor of new PopupPage NavigationService
- Adds IContainerRegistry extension to register the PopupPageNavigationService, IPopupNavigation and PopupPageBehaviorFactory