From e8e2bb8ee1d02fcd6729b4feb03fdd9b08791fd9 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Sat, 5 Sep 2020 07:26:34 -0700 Subject: [PATCH] add missing Prism.Forms.Regions package description --- src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj b/src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj index 585847a214..83159dbfbf 100644 --- a/src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj +++ b/src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj @@ -3,6 +3,9 @@ netstandard2.0 Prism + Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, and Xamarin Forms). + +Prism.Forms.Regions helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications by bringing class WPF Regions to Xamarin.Forms. This library provides the IRegion and RegionManager. While we support a number of standard Xamarin.Forms controls like StackLayout & ContentView, you can provide custom RegionAdapters to make Regions work with any control that you like.