diff --git a/Source/Plugin.Glypher.FontAwesome5Pro/GlyphFont.cs b/Source/Plugin.Glypher.FontAwesome5Pro/GlyphFont.cs
index ff95a91..7e5f77d 100644
--- a/Source/Plugin.Glypher.FontAwesome5Pro/GlyphFont.cs
+++ b/Source/Plugin.Glypher.FontAwesome5Pro/GlyphFont.cs
@@ -20,18 +20,18 @@ protected GlyphFont()
{
case Device.Android:
Brand = "Font Awesome 5 Brands-Regular-400.otf#Font Awesome 5 Brands Regular";
+ Duotone = "Font Awesome 5 Duotone-Solid-900.otf#Font Awesome 5 Duotone-Solid";
Light = "Font Awesome 5 Pro-Light-300.otf#Font Awesome 5 Pro Light";
Regular = "Font Awesome 5 Pro-Regular-400.otf#Font Awesome 5 Pro Regular";
Solid = "Font Awesome 5 Pro-Solid-900.otf#Font Awesome 5 Pro Solid";
- Duotone = "Font Awesome 5 Duotone-Solid-900.otf#Font Awesome 5 Duotone-Solid";
break;
case Device.iOS:
Brand = "FontAwesome5Brands-Regular";
+ Duotone = "FontAwesome5Duotone-Solid";
Light = "FontAwesome5Pro-Light";
Regular = "FontAwesome5Pro-Regular";
Solid = "FontAwesome5Pro-Solid";
- Duotone = "FontAwesome5Duotone-Solid";
break;
};
}
diff --git a/Source/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj b/Source/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj
index 13cfc0b..44819cd 100644
--- a/Source/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj
+++ b/Source/Plugin.Glypher.FontAwesome5Pro/Plugin.Glypher.FontAwesome5Pro.csproj
@@ -20,16 +20,12 @@
This plugin extend support for font glyphs (font icons) using FontAwesomePro in Xamarin.Forms applications.
https://raw.githubusercontent.com/thudugala/Plugin.Glypher/master/screenshots/fontAwesomeIcon.png
Copyright © Elvin (Tharindu) Thudugala
- 5.9.0.1
+ 5.10.0
Check: https://github.com/thudugala/Plugin.Glypher/releases
ththlk
-
true
-
true
-
-
true
snupkg