Skip to content

Commit

Permalink
Change file
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Mar 25, 2019
1 parent 0a0693d commit 874705b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions MvvmCross.Forms/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Xamarin.Forms;

[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Bindings))]
[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Converters))]
[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Views))]
4 changes: 0 additions & 4 deletions MvvmCross.Forms/MvxFormsLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

using System.Runtime.CompilerServices;
using MvvmCross.Logging;
using Xamarin.Forms;

[assembly: InternalsVisibleTo("MvvmCross.Forms.Platforms.Wpf")]
[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Bindings))]
[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Converters))]
[assembly: XmlnsDefinition("http://mvvmcross.com/bind", nameof(MvvmCross.Forms.Views))]
namespace MvvmCross.Forms
{
internal static class MvxFormsLog
Expand Down

0 comments on commit 874705b

Please sign in to comment.