Skip to content

Commit

Permalink
feature: Add prism xml:ns to PrismApplication (#450)
Browse files Browse the repository at this point in the history
* feature: Add prism xml:ns to PrismApplication

* change to splat
  • Loading branch information
glennawatson authored and RLittlesII committed Dec 22, 2019
1 parent e15211a commit db81e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Splat.Prism.Forms/PrismApplication.cs
Expand Up @@ -9,6 +9,8 @@
using Prism;
using Prism.Ioc;

[assembly: Xamarin.Forms.XmlnsDefinition("http://prismlibrary.com", "Splat.Prism.Forms")]

namespace Splat.Prism.Forms
{
/// <summary>
Expand Down

0 comments on commit db81e8e

Please sign in to comment.