More.UI.Presentation
1.1.0
See the version list below for details.
dotnet add package More.UI.Presentation --version 1.1.0
NuGet\Install-Package More.UI.Presentation -Version 1.1.0
<PackageReference Include="More.UI.Presentation" Version="1.1.0" />
paket add More.UI.Presentation --version 1.1.0
#r "nuget: More.UI.Presentation, 1.1.0"
// Install More.UI.Presentation as a Cake Addin #addin nuget:?package=More.UI.Presentation&version=1.1.0 // Install More.UI.Presentation as a Cake Tool #tool nuget:?package=More.UI.Presentation&version=1.1.0
The presentation user interface library for the "More" framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Windows Store | win81 is compatible. |
-
- More.Extensions (>= 1.1.0)
- More.UI (>= 1.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on More.UI.Presentation:
Package | Downloads |
---|---|
More.UI.Hosting
The user interface hosting library for the "More" framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
• Added missing theme content for Windows Store and Windows Phone controls
• Added *.pri files for Windows Store and Windows Phone
• 'More.UI.Extensions' package dependency was removed
• UI extensions were refactored into the 'More.UI' package
• Added async extension methods for WebAuthenticateInteractionRequest
• Fixed MessageBoxAction to map against INamedCommand Id rather than Name
• Fixed IUICommand mapping for Windows Phone; adapters must be of type UICommand
• Refactored implementation of ContinuationManager
• Removed ContinuableInterationRequest<T> for Windows Phone; refactored to 'More.UI'
• Added NavigationBehavior for Windows Store and Windows Phone
• Removed BackBehavior; supplanted by NavigationBehavior
• Added LocalSessionStateManager for Windows Store and Windows Phone
• Added session state support in FrameShellViewBase for Windows Store and Windows Phone
• Fixed continuation support in FrameShellViewBase for Windows Store and Windows Phone