Skip to content

Commit

Permalink
add missing Prism.Forms.Regions package description
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 5, 2020
1 parent ee373eb commit e8e2bb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Forms/Prism.Forms.Regions/Prism.Forms.Regions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Prism</RootNamespace>
<Description>Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns &amp; 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 &amp; ContentView, you can provide custom RegionAdapters to make Regions work with any control that you like.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e8e2bb8

Please sign in to comment.