Jérôme Laban
Jérôme Laban
The fonts issue is being address, apps will use OpenSans by default.
@ramezgerges could you fix the conflicts?
It looks like the iOS test are failing: 
@ajpinedam could you take a look at why the tests is failing? @ramezgerges is not able to test on mac at this time.
@mergifyio backport release/stable/5.2
We can make a release yes, it seems that other changes have been merged.
The error is flagged in VS only, and is reported as follows : ``` error NU1105: Unable to read project information for 'UnoApp1': The property PackageVersion was expected to have...
This is likely caused by https://github.com/xamarin/xamarin-android/blob/98c10631d6bd67d6fab70ebab041abb47141daaf/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.DefaultProperties.targets#L132, which sets `Version` which likely sets `PackageVersion` as the fallback value. We probably should be setting the same version for all app heads.
@mikernet yes, you can set the `Version` property to the same value. This is what the fix will do.